Skip to content

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

token_type: "Bearer"