WebTokenRequest.Scope Property

Definition

Gets the scope of the request.

public:
 property Platform::String ^ Scope { Platform::String ^ get(); };
winrt::hstring Scope();
public string Scope { get; }
var string = webTokenRequest.scope;
Public ReadOnly Property Scope As String

Property Value

String

Platform::String

winrt::hstring

The scope of the request.

Applies to

See also