IdentityAuthenticationInputs

IdentityAuthenticationInputs: {
    accessToken: string;
    signature?: string;
    signingMessage?: string;
}

Type Declaration

accessToken

  • accessToken: string

The access token from your backend server.

signature?

  • optional signature: string

The signature for authentication.

signingMessage?

  • optional signingMessage: string

The signing message used to store the KYC data in the customer's browser.