OIDCLoginContinuation Delegate |
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
Namespace:
Couchbase.Lite.Auth
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public delegate void OIDCLoginContinuation(
Uri authUrl,
Exception error
)
Parameters
- authUrl
- Type: SystemUri
The obtained URL, if available - error
- Type: SystemException
The error that occurred, if any
See Also