| Interface | Description |
|---|---|
| Authenticator | |
| Authorizer |
Internal protocol for authenticating a user to a server.
|
| CredentialAuthorizer |
Created by hideki on 6/16/16.
|
| CustomHeadersAuthorizer |
Authorizer that adds custom headers to an HTTP request
|
| LoginAuthorizer |
Created by hideki on 6/14/16.
|
| LoginAuthorizer.ContinuationBlock | |
| OIDCLoginCallback |
A login callback block given when creating an OpenID Connect authenticator.
|
| OIDCLoginContinuation |
A Login continuation callback that will be passed to your OIDCLoginCallback.
|
| SessionCookieAuthorizer |
This protocol is just a marker that the authorizer uses a session cookie.
|
| TokenStore |
| Class | Description |
|---|---|
| AuthenticatorFactory |
A factory to create instances of supported Authenticators.
|
| BaseAuthorizer |
Created by hideki on 6/14/16.
|
| BasicAuthenticator | Deprecated
Class name was changed to PasswordAuthorizer.
|
| FacebookAuthorizer |
Authenticator impl that knows how to do facebook auth
|
| MemTokenStore |
Created by hideki on 6/22/16.
|
| OpenIDConnectAuthorizer | |
| PasswordAuthorizer |
Authenticator impl that knows how to do basic auth
|
| PersonaAuthorizer |
Authorizer for the Persona decentralized-identity system.
|
| TokenAuthenticator |
Authenticator impl that knows how to do token based auth
|