AuthenticatorFactoryCreateOpenIDAuthenticator Method |
Creates an authenticator that handles an OpenID authentication flow
Namespace:
Couchbase.Lite.Auth
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public static IAuthenticator CreateOpenIDAuthenticator(
Manager manager,
OIDCCallback callback
)
Parameters
- manager
- Type: Couchbase.LiteManager
The manager associated with the replication to be performed - callback
- Type: Couchbase.Lite.AuthOIDCCallback
The login callback to use
Return Value
Type:
IAuthenticatorAn initialized authenticator object
See Also