Interface AuthenticateUserStepOption

interface AuthenticateUserStepOption {
    authenticationProfileId: string;
    ref: {
        jwtAs: string;
        password: string;
        username: string;
    };
}

Properties

authenticationProfileId: string
ref: {
    jwtAs: string;
    password: string;
    username: string;
}