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 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:
IAuthenticatorThe authenticator
See Also