# Packages
No description provided by the author
# Functions
CreateHTTPStatusError creates an error with the provided http status code and error.
# Variables
ErrHTTPStatusCodeIsNotOK signals that the returned HTTP status code is not OK.
ErrInvalidValue signals that an invalid value has been provided.
ErrNilAddress signals that the token has a nil address.
ErrNilBody signals that the token has a nil body.
ErrNilCacher signals that a nil cacher has been provided.
ErrNilCryptoComponentsHolder signals that a nil cryptoComponentsHolder has been provided.
ErrNilHttpClientWrapper signals that a nil http client wrapper was provided.
ErrNilSignature signals that the token has a nil signature.
ErrNilSigner signals that a nil signer has been provided.
ErrNilTokenHandler signals that a nil token handler has been provided.
ErrTokenExpired signals that the provided token is expired.
# Interfaces
AuthClient defines the behavior of an authentication client.
AuthServer defines the behavior of an authentication server.
AuthToken defines the behavior of an authentication token.
AuthTokenHandler defines the behavior of an authentication token handler.
HttpClientWrapper defines the behavior of http client able to make http requests.