EnrolledFactor
Multi-factor authentication details for the user
type EnrolledFactor {
factorId: String!
phoneNumber: String!
}
Fields
EnrolledFactor.factorId
● String!
non-null scalar
The unique identifier for the factor
EnrolledFactor.phoneNumber
● String!
non-null scalar
The phoneNumber used for the factor
Member Of
MultiFactor
object