TokenChallenge
If the authentication challenge is of offline token, the TokenChallenge object will contain the QR codes can be scanned by the mobile app.
Properties
Name | Type | Description | Notes |
---|---|---|---|
Challenge | string | For TOKENCR authentication, the challenge that must be entered into the token. Will be null for TOKEN and TOKENPUSH authentication. | [optional] |
Token | List<TokenInfo> | The token challenge contains a list of TokenInfo objects for each of the tokens that can be used to authenticate. In the case of an offline QR code challenge, a TokenInfo object includes the QR code. |