A successful response to an authentication creation request.
Field | Type | Required | Description |
---|---|---|---|
AuthenticationUUID |
*string | ➖ | A unique identifier for the authentication that you can use on the /check and /retry endpoints. |
CreatedAt |
*time.Time | ➖ | N/A |
ExpiresAt |
*time.Time | ➖ | The time at which the authentication expires and can no longer be checked or retried. |
Status |
*components.Status | ➖ | The status of the authentication. Possible values are: * pending - The OTP code is being sent.* rate_limited - This user is rate-limited and cannot receive another code.* spam_detected - This attempt is flagged as spam. Go to the dashboard for more details. |