AndroidMessageHandler.PreAuthenticationData Property

Definition

Gets or sets the pre authentication data for the request. This property must be set by the application before the request is made. Generally the value can be taken from RequestedAuthentication after the initial request, without any authentication data, receives the authorization request from the server. The application must then store credentials in instance of AuthenticationData and assign the instance to this property before retrying the request.

The property is never set by AndroidMessageHandler.

public Xamarin.Android.Net.AuthenticationData? PreAuthenticationData { get; set; }
member this.PreAuthenticationData : Xamarin.Android.Net.AuthenticationData with get, set

Property Value

The pre authentication data.

Applies to