The credential value to include in the Authorization header.
This is the actual token string (e.g., JWT, API key, base64-encoded credentials).
The authorization scheme (e.g., "Bearer", "Basic", "Token").
Combined with accessToken to form the header value: <tokenType> <accessToken>.
Token credentials returned by a TokenProvider.
Contains both the access token value and its type (authorization scheme), allowing full control over the
Authorizationheader format.Example
See