↓ 4 callersFunctionauthenticate({
$fetch,
options,
token,
getWindow,
fetchOptions,
}: ElectronAuthenticateOptions & {
$fetch: BetterFet
packages/electron/src/authenticate.ts:102
↓ 4 callersFunctioncreateRefreshAccessTokenRequest({
refreshToken,
options,
authentication,
extraParams,
resource,
}: {
refreshToken: string;
options: Pr
packages/core/src/oauth2/refresh-access-token.ts:32
↓ 4 callersFunctionformatErrorURL(
url: string,
error: string,
description: string,
state?: string,
iss?: string,
)
packages/oauth-provider/src/authorize.ts:45