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