validateBearerTokenResponse
validateBearerTokenResponse(
response):asserts response is ValidTokenResponse
Defined in: src/oauth/authorize.ts:62
Validate the given response matches the format expected for a ValidTokenResponse
Parameters
Section titled “Parameters”response
Section titled “response”unknown
the response to validate
Returns
Section titled “Returns”asserts response is ValidTokenResponse
Throws
Section titled “Throws”if the response does not match the expected format