TokenResponse.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.
Provides the scope
parameter of the token response.
public:
property Platform::String ^ Scope { Platform::String ^ get(); };
winrt::hstring Scope();
public string Scope { get; }
var string = tokenResponse.scope;
Public ReadOnly Property Scope As String
Property Value
A string that contains the scope
parameter of the token response.