export interface OpenIdConnectTokenResponse { id_token?: string; access_token?: string; }