dynamic-display-shared
Version:
A library for dynamic view
14 lines (13 loc) • 333 B
TypeScript
import { AuthConfig } from "angular-oauth2-oidc";
export interface OAuthErrorEventParams {
error: string;
error_description: string;
state: string;
}
export declare class AuthConfigModel {
DiscoveryDocumentConfig: {
url: string;
};
authConfig: AuthConfig;
passwordResetUrl: string;
}