@azure/msal-browser
Version:
Microsoft Authentication Library for js
12 lines • 414 B
TypeScript
import { AuthFlowStateBase } from "../../../core/auth_flow/AuthFlowState.js";
/**
* The completed state of the get access token flow.
*/
export declare class GetAccessTokenCompletedState extends AuthFlowStateBase {
}
/**
* The failed state of the get access token flow.
*/
export declare class GetAccessTokenFailedState extends AuthFlowStateBase {
}
//# sourceMappingURL=GetAccessTokenState.d.ts.map