MfaSetupOptions
Result for Getting MFA Setup Options.
type MfaSetupOptions {
required: Boolean!
availableMethods: [MfaMethod!]!
setupComplete: Boolean!
primaryMethod: MfaMethod
}
Fields
MfaSetupOptions.required ● Boolean! non-null scalar
Whether MFA is required for this user
MfaSetupOptions.availableMethods ● [MfaMethod!]! non-null enum
Available MFA methods
MfaSetupOptions.setupComplete ● Boolean! non-null scalar
Whether MFA setup is complete
MfaSetupOptions.primaryMethod ● MfaMethod enum
Current primary MFA method
Returned By
getMfaSetupOptions query