angular-simple-oidc
Version:
Angular Library implementing Open Id Connect specification. Code Flow, Refresh Tokens, Session Management, Discovery Document.
9 lines (8 loc) • 324 B
TypeScript
export declare const POPUP_AUTHORIZATION_CONFIG_REQUIRED_FIELDS: (keyof PopupAuthorizationConfig)[];
export interface PopupAuthorizationConfig {
/**
* The path to an HTML file which posts back the URL to the window
* This can be the same file used for SessionManagement
*/
childWindowPath?: string;
}