- Preparing search index...
- The search index is not available
Documentation
Type alias ExternalTokenResponse
ExternalTokenResponse: Pick<ServerAuthorizationTokenResponse, "token_type" | "scope" | "expires_in" | "ext_expires_in" | "id_token" | "refresh_token" | "refresh_token_expires_in" | "foci"> & { access_token?: string; client_info?: string; }
Type declaration
-
Optional
access_token?: string
-
Optional
client_info?: string
Response object used for loading external tokens to cache.