slack.slackoauth.processrequestaccesstokenresponse
Home > @runlightyear/slack > SlackOAuth > processRequestAccessTokenResponse
SlackOAuth.processRequestAccessTokenResponse() method
Signature:processRequestAccessTokenResponse({ 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