# Functions
AccessKey creates a authorization strategy that uses the specified access key.
AccessToken returns an authorization strategy that uses the specified access token to authorize.
AccessTokenWithManager returns an authorization strategy that uses the specified access token to authorize and that uses the specified manager to fetch new tokens if required.
BasicAuth creates a authorization strategy that uses uses username and password in HTTP Basic Auth.
# Variables
Public is the auth strategy that does not add any authorization.
# Interfaces
Strategy represents an authorization method.