singer_sdk.authenticators.BearerTokenAuthenticator¶
- class singer_sdk.authenticators.BearerTokenAuthenticator[source]¶
Implements bearer token authentication for REST Streams.
This Authenticator implements Bearer Token authentication. The token is a text string, included in the request header and prefixed with ‘Bearer ‘. The token will be merged with HTTP headers on the stream.