AuthenticationData.Scheme Property

Definition

Gets the authentication scheme. If instance of AuthenticationData comes from the RequestedAuthentication collection it will have this property set to the type of authentication as requested by the server, or to AuthenticationScheme.Unsupported/>. In the latter case the application is required to provide the authentication module in AuthModule.

public Xamarin.Android.Net.AuthenticationScheme Scheme { get; set; }
member this.Scheme : Xamarin.Android.Net.AuthenticationScheme with get, set

Property Value

The authentication scheme.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to