Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 464 Bytes

File metadata and controls

18 lines (9 loc) · 464 Bytes

OtpStatus

Authentication status. Possible values: pending (authentication session successfully created and pending)

Enum

  • PENDING (value: 'pending')

  • VERIFIED (value: 'verified')

  • FAILED (value: 'failed')

  • CANCELED (value: 'canceled')

  • EXPIRED (value: 'expired')

[Back to Model list] [Back to API list] [Back to README]