How can we help you?

The ChallengeReceipt object

Product: FeraAuth Topic: API Versions: Applies to all documented versions Current

Audience: Application developers
Editorial status: Published — Source Validated
Product: FeraAuth
Classification: administrative

Attributes

Field Type Required Description
success boolean Yes Whether challenge persistence and delivery completed.
sent string (date-time) Yes Server time when the challenge was issued.
expires string (date-time) Yes Time ten minutes after issue when verification stops.
token string (uuid) Yes Opaque challenge transaction UUID paired with the out-of-band code.

Example

{
    "success": true
}

Source

feradelinc/feradel.auth.api branch agent/auth-security-hardening, commit 8e09b7213fdbc5e0e1552d5271dbeee768e9dd88
openapi/openapi.json#/components/schemas/ChallengeReceipt