Click or drag to resize

Couchbase.Lite.Auth Namespace

 
Classes
  ClassDescription
Public classAuthenticatorFactory
A factory class for creating IAuthenticator objects
Interfaces
  InterfaceDescription
Public interfaceIAuthenticator
An interface describing an object that can perform authentication
Public interfaceIChallengeResponseAuthenticator
A specialized IAuthenticator that will handle a challenge response scenario (for example, Digest authentication)
Delegates
  DelegateDescription
Public delegateOIDCCallback
Signature for a method which can handle phase one of an OpenID authentication flow
Public delegateOIDCLoginContinuation
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