TotpSecret
org.sagebionetworks.repo.model.auth.TotpSecret
The generated shared secret to enable two factor authentication with TOTP compatible authenticator app. The secret is not active.
| Field | Type | Description |
|---|---|---|
| secretId | STRING | The id of the generated secret |
| secret | STRING | The base32 encoded secret |
| alg | STRING | The algorithm used for the TOTP |
| digits | INTEGER | Number of digits for the TOTP |
| period | INTEGER | The validity period for the TOTP |
| username | STRING | The username of the calling user. Can be used to display a friendly name in an authenticator app. |