UNPKG

angular-auth-oidc-client

Version:
9 lines (8 loc) 180 B
export interface LoginResponse { isAuthenticated: boolean; userData: any; accessToken: string; idToken: string; configId?: string; errorMessage?: string; }