1. Docs
  2. API Reference
  3. OrganizationSsoRecoveryCodesResponseDto

OrganizationSsoRecoveryCodesResponseDto

Example

JSON
{
  "codes": [
    "string"
  ],
  "generation": 0,
  "remaining": 0
}

Properties

3 properties 3 required

codes array of string Required

The new codes, shown once. The previous generation stops working the moment these are minted.

generation number Required

The batch number this generation carries.

remaining number Required

Unspent codes in this generation.

Was this page helpful?

Tell us how we can improve this guide.