AuthenticationData.AuthModule Property

Definition

If the Scheme property is set to AuthenticationScheme.Unsupported, this property must be set to an instance of a class that implements the IAndroidAuthenticationModule interface and which understands the authentication challenge contained in the Challenge property.

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

Property Value

The auth module.

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