Interface PasswordEnrollmentChallengeOptions

interface PasswordEnrollmentChallengeOptions {
    connection?: string;
    identity_user_id?: string;
    type: "password";
}

Properties

connection?: string
identity_user_id?: string
type: "password"