Type alias TokenEndpointResponse
TokenEndpointResponse: {
access_token: string;
expires_in: number;
id_token: string;
refresh_token?: string;
scope?: string;
}
Type declaration
access_token: string
expires_in: number
id_token: string
Optional
refresh_token?: string
Optional
scope?: string