templates/auth library

Classes

AllOfAuth
An auth request that is all of any of the given auth requests.
ApiKeyAuth
An API key authentication scheme.
AuthRequest
An abstract class representing an auth request.
HttpAuth
An HTTP authentication scheme.
NoAuth
An auth request that does nothing.
OneOfAuth
An auth request that is a one of any of the given auth requests.
ResolvedAuth
The resolved headers and parameters for an auth request.
SecretAuth
An auth request that requires a secret.

Exceptions / Errors

MissingSecretsException
An exception thrown when a required secret is missing.