OpenIdConnectAuthenticationOptions.Scope Property

 

Gets or sets the 'scope'.

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

OpenIdConnectAuthenticationOptions Class
Microsoft.Owin.Security.OpenIdConnect Namespace

Return to top