OAuthBearerAuthenticationOptions.Realm Property
Determines what realm value is included when the bearer middleware adds a response header to an unauthorized request. If not assigned, the response header does not have a realm.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public string Realm { get; set; }
public:
property String^ Realm {
String^ get();
void set(String^ value);
}
member Realm : string with get, set
Public Property Realm As String
Property Value
Type: System.String
Returns String.
See Also
OAuthBearerAuthenticationOptions Class
Microsoft.Owin.Security.OAuth Namespace
Return to top