Skip to main content

List Authentication Factors

Returns a list of possible authentication factors, multi-factor (MFA), second-factor (2FA)

Responses

A successful response.


Schema
  • result object[]
  • Array [
  • state string

    Possible values: [AUTH_FACTOR_STATE_UNSPECIFIED, AUTH_FACTOR_STATE_NOT_READY, AUTH_FACTOR_STATE_READY, AUTH_FACTOR_STATE_REMOVED]

    Default value: AUTH_FACTOR_STATE_UNSPECIFIED

    current state of the auth factor

  • otp object

    one type use OTP or U2F

  • u2f object

    one type use OTP or U2F

  • id string
  • name string
  • ]
Loading...