UNPKG

angular-auth-oidc-client

Version:
9 lines (8 loc) 228 B
export interface AuthenticatedResult { isAuthenticated: boolean; allConfigsAuthenticated: ConfigAuthenticatedResult[]; } export interface ConfigAuthenticatedResult { configId: string; isAuthenticated: boolean; }