Click or drag to resize

AuthenticatorFactoryCreatePersonaAuthenticator Method

Creates an object for handling Persona authentication

Namespace:  Couchbase.Lite.Auth
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public static IAuthenticator CreatePersonaAuthenticator(
	string assertion,
	string email
)

Parameters

assertion
Type: SystemString
The assertion object created by Persona
email
Type: SystemString
The email used in the assertion

Return Value

Type: IAuthenticator
The authenticator
See Also