# Packages
No description provided by the author
# Functions
No description provided by the author
NewChainVerifier creates a new Verifier that will return the first positive verification from the provided Verifiers.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
ErrNotThisVerifier is returned when a verifier receives a token that is not intended for it.
# Structs
ChainVerifier wraps multiple Verifiers; the first positive verification from any Verifier will be returned.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
VerifyResult is the result of a successfully verified request.
# Interfaces
Authenticator generates authentication credentials for requests.
Verifier verifies authentication credentials for requests.