Interface TotpEnrollmentChallengeResponse

interface TotpEnrollmentChallengeResponse {
    auth_session: string;
    barcode_uri: string;
    id: string;
    location: string;
    manual_input_code?: string;
    type: "totp";
}

Hierarchy

  • EnrollmentChallengeBaseResponse
    • TotpEnrollmentChallengeResponse

Properties

auth_session: string
barcode_uri: string
id: string
location: string
manual_input_code?: string
type: "totp"