WebTokenRequest.Scope Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The scope of the request.