↓ 3 callersFunctionapplyTokenEndpointAuth({
body,
headers,
options,
tokenEndpoint,
grantType,
tokenEndpointAuth,
authentication,
}: ApplyTokenEn
packages/core/src/oauth2/token-endpoint-auth.ts:149
↓ 3 callersFunctionclientCredentialsTokenRequest({
options,
scope,
authentication,
tokenEndpointAuth,
tokenEndpoint,
resource,
}: ClientCredentialsToken
packages/core/src/oauth2/client-credentials-token.ts:32
↓ 3 callersFunctionenforceDpopBinding({
payload,
authorization,
proofJwt,
method,
url,
replayStore,
proofMaxAgeSeconds,
signingAlgorithms,
packages/core/src/oauth2/dpop.ts:515
↓ 3 callersFunctionexpandIPv6* Expands a compressed IPv6 address to full form * e.g., "2001:db8::1" -> ["2001", "0db8", "0000", "0000", "0000", "0000", "0000", "0001"]
packages/core/src/utils/ip.ts:96