Skip to main content

Request Passkey Challenge

POST 

/api/web/v1/authentication/passkey

deprecated

Request passkey challenge. This API is deprecated, use /api/web/v2/authentication/users/authenticate/PASSKEY instead.

Request

Body

required

    applicationId string

    Unique identifier of the Identity as a Service Authentication API application

Responses

Authenticators retrieved successfully

Schema

    expires int64

    fidoChallenge

    object

    If the authentication challenge is of type FIDO, the FIDOChallenge will contain the FIDO challenge parameters that must be passed to the FIDO token to complete authentication.

    allowCredentials string[]

    The list of IDs of the FIDO tokens registered for the user. Each value is base-64 encoded.

    challenge stringrequired

    A random challenge. It is a base-64 encoded value.

    timeout int32required

    The number of seconds that the client will wait for the FIDO token to respond.

    time int64
    token string
Loading...