semantic_release.hvcs.token_auth module

class semantic_release.hvcs.token_auth.TokenAuth(token: str)[source]

Bases: AuthBase

requests Authentication for token based authorization. This allows us to attach the Authorization header with a token to a session.