Couchbase.Lite.Auth Namespace |
| Class | Description | |
|---|---|---|
| AuthenticatorFactory |
A factory class for creating IAuthenticator objects
|
| Interface | Description | |
|---|---|---|
| IAuthenticator |
An interface describing an object that can perform authentication
| |
| IChallengeResponseAuthenticator |
A specialized IAuthenticator that will handle a challenge response scenario
(for example, Digest authentication)
|
| Delegate | Description | |
|---|---|---|
| OIDCCallback |
Signature for a method which can handle phase one of an OpenID authentication flow
| |
| OIDCLoginContinuation |
Signature for a method which can handle phase two of an OpenID authentication flow,
in which the Authorization URL has been obtained from the server
|