# Packages
Package bearer provides middleware and utilities for authenticating API operation calls with a Bearer Token.
# Functions
GetAuthOptions gets auth Options from Properties.
SetAuthOptions sets auth Options on Properties.
# Constants
Anonymous.
HTTP auth schemes.
HTTP auth schemes.
HTTP auth schemes.
HTTP auth schemes.
AWS auth schemes.
AWS auth schemes.
# Structs
AnonymousIdentity is a sentinel to indicate no identity.
AnonymousIdentityResolver returns AnonymousIdentity.
Option represents a possible authentication method for an operation.
# Interfaces
Identity contains information that identifies who the user making the request is.
IdentityResolver defines the interface through which an Identity is retrieved.
IdentityResolverOptions defines the interface through which an entity can be queried to retrieve an IdentityResolver for a given auth scheme.