BearerTokenResponse
BearerTokenResponse =
Omit<ValidTokenResponse,"token_type"> &object
Defined in: src/oauth/authorize.ts:37
The expected response type from the token endpoint during authorization code flow Normalized to always use capitalized ‘Bearer’ for token_type
See https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.4
Type Declaration
Section titled “Type Declaration”token_type
Section titled “token_type”token_type:
"Bearer"