interface Factor {
    type: AuthenticationMethodType;
    usage?: ("primary" | "secondary")[];
}

Properties

Properties

usage?: ("primary" | "secondary")[]