Skip to main content

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

ParameterTypeDescription
{ status, statusText, headers, text, }{ status: number; statusText: string; headers: Record<string, string>; text: string; }
Returns:

AuthData