lightyear.oauthconnector.processrefreshaccesstokenresponse
Home > @runlightyear/lightyear > OAuthConnector > processRefreshAccessTokenResponse
OAuthConnector.processRefreshAccessTokenResponse() method
Signature:processRefreshAccessTokenResponse({ status, statusText, headers, text, }: {
status: number;
statusText: string;
headers: Record<string, string>;
text: string;
}): AuthData;
Parameters
Parameter | Type | Description |
---|---|---|
{ status, statusText, headers, text, } | { status: number; statusText: string; headers: Record<string, string>; text: string; } |
AuthData