Chia sẻ qua


OAuthBearerAuthenticationOptions.Challenge Property

 

Specifies the full challenge to send to the client, and should start with "Bearer". If a challenge is provided then the Realm property is ignored. If no challenge is specified then one is created using "Bearer" and the value of the Realm property.

Namespace:   Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

public string Challenge { get; set; }
public:
property String^ Challenge {
    String^ get();
    void set(String^ value);
}
member Challenge : string with get, set
Public Property Challenge As String

Property Value

Type: System.String

Returns String.

See Also

OAuthBearerAuthenticationOptions Class
Microsoft.Owin.Security.OAuth Namespace

Return to top