Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ toString
Method
toString
packages/oidc/src/token-error.ts:10–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
toString() {
11
if
(this.cause) {
12
return
`${this.name}: ${this.message}: ${this.cause}`;
13
}
14
return
`${this.name}: ${this.message}`;
15
}
16
}
Callers
15
fakeOidcToken
Function · 0.45
resolveImageTag
Function · 0.45
parseOidcToken
Function · 0.45
run
Function · 0.45
debugTokenClaims
Function · 0.45
decodeOidcClaims
Function · 0.45
runForwarded
Function · 0.45
uniqueContainerName
Function · 0.45
startContainer
Function · 0.45
capture
Function · 0.45
fetchApi
Function · 0.45
generateQueryString
Function · 0.45
Calls
no outgoing calls
Tested by
15
fakeOidcToken
Function · 0.36
setupWorkDir
Function · 0.36
isDemoPublic
Function · 0.36
getLocalhost
Function · 0.36
mockOidcToken
Function · 0.36
extractAndExecuteLambda
Function · 0.36
readLambdaResponseBody
Function · 0.36
onStdout
Function · 0.36
setupShimDir
Function · 0.36
mockResponse
Function · 0.36
createExpiredToken
Function · 0.36
createValidToken
Function · 0.36