Click or drag to resize

WebAuthenticationBrokerWrapperAuthenticateAsync Method

Starts the asynchronous authentication operation. On Desktop the method has a timeout of 1 minute

Namespace:  Cauldron.Net
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static Task<string> AuthenticateAsync(
	Uri uri,
	Uri callbackUri
)

Parameters

uri
Type: SystemUri
The starting URI of the web service. This URI must be a secure address of https://.
callbackUri
Type: SystemUri
The callback uri of the authentification. This will be used to verify the result value.

Return Value

Type: TaskString
Contains the protocol data when the operation successfully completes.
Exceptions
ExceptionCondition
ArgumentNullExceptionuri is null
ArgumentExceptionuri is not a secure address
See Also