| 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.2
Syntax Public Shared Function AuthenticateAsync (
uri As Uri,
callbackUri As Uri
) As Task(Of String)
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:
TaskStringContains the protocol data when the operation successfully completes.
Exceptions See Also