@azure/msal-browser
Version:
Microsoft Authentication Library for js
11 lines • 403 B
TypeScript
import { SignInContinuationState } from "../../../sign_in/auth_flow/state/SignInContinuationState.js";
/**
* Represents the state of a sign-up operation that has been completed successfully.
*/
export declare class SignUpCompletedState extends SignInContinuationState {
/**
* The type of the state.
*/
stateType: string;
}
//# sourceMappingURL=SignUpCompletedState.d.ts.map