EnrolledFactor
Multi-factor authentication factor details for enhanced account security.
Represents a single authentication factor (such as SMS or authenticator app) that has been enrolled for a user account to provide additional security beyond password authentication.
type EnrolledFactor {
factorId: String!
phoneNumber: String!
}
Fields
EnrolledFactor.factorId
● String!
non-null scalar
Unique identifier for this authentication factor.
System-generated ID that uniquely identifies this specific multi-factor authentication method for the user.
EnrolledFactor.phoneNumber
● String!
non-null scalar
Phone number associated with this authentication factor.
The phone number used for SMS-based multi-factor authentication. Should be in international format for optimal delivery.
Member Of
MultiFactor
object