AuthenticationData.Challenge Property

Definition

Contains the full authentication challenge (full value of the WWW-Authenticate HTTP header). This information can be used by the custom authentication module (AuthModule)

public string? Challenge { get; }
member this.Challenge : string

Property Value

The challenge.

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