Interface PasswordEnrollmentChallengeResponse

interface PasswordEnrollmentChallengeResponse {
    auth_session: string;
    id: string;
    location: string;
    policy: PasswordPolicy;
    type: "password";
}

Hierarchy

  • EnrollmentChallengeBaseResponse
    • PasswordEnrollmentChallengeResponse

Properties

auth_session: string
id: string
location: string
type: "password"