export interface OIDParameters { connectionId: string; endSessionEndpoint: string; nonce: string; redirectUri: string; token: string; } export interface ErrorSSOConnection { endSessionEndpoint: string; postLogoutRedirectUrl: string; redirectUri: string; shouldUseIdTokenHint: boolean; token: string; }