UNPKG

@azure/msal-browser

Version:
11 lines 345 B
import { AuthFlowStateBase } from "../../../core/auth_flow/AuthFlowState.js"; /** * Represents the state of a sign-up operation that has failed. */ export declare class SignUpFailedState extends AuthFlowStateBase { /** * The type of the state. */ stateType: string; } //# sourceMappingURL=SignUpFailedState.d.ts.map