auth
Table of Contents
Interfaces
- AuthInterface
- AuthInterface is the interface that should be implemented by auth method classes.
Classes
- AuthMethod
- AuthMethod is a base class implementing the [[AuthInterface]] interface.
- CompositeAuth
- CompositeAuth is an action filter that supports multiple authentication methods at the same time.
- HttpBasicAuth
- HttpBasicAuth is an action filter that supports the HTTP Basic authentication method.
- HttpBearerAuth
- HttpBearerAuth is an action filter that supports the authentication method based on HTTP Bearer token.
- HttpHeaderAuth
- HttpHeaderAuth is an action filter that supports HTTP authentication through HTTP Headers.
- QueryParamAuth
- QueryParamAuth is an action filter that supports the authentication based on the access token passed through a query parameter.