Interface OtpChallengeResponse

A response returned if the SDK requires an OTP.

interface OtpChallengeResponse {
    url: string;
}

Properties

Properties

url: string

A URL containing the state of the authentication.