OpenIdConnectAuthenticationOptions.Authority Property

Gets or sets the Authority to use when making OpenIdConnect calls.

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

Syntax

'Declaration
Public Property Authority As String 
    Get 
    Set
'Usage
Dim instance As OpenIdConnectAuthenticationOptions 
Dim value As String 

value = instance.Authority

instance.Authority = value
public string Authority { get; set; }
public:
property String^ Authority {
    String^ get ();
    void set (String^ value);
}
member Authority : string with get, set
function get Authority () : String 
function set Authority (value : String)

Property Value

Type: System.String
Returns String.

See Also

Reference

OpenIdConnectAuthenticationOptions Class

Microsoft.Owin.Security.OpenIdConnect Namespace