AuthResponse.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.
Derived from the scope
parameter of the authorization response. This is available when ResponseType in AuthRequestParams is set as token
.
public:
property Platform::String ^ Scope { Platform::String ^ get(); };
winrt::hstring Scope();
public string Scope { get; }
var string = authResponse.scope;
Public ReadOnly Property Scope As String
Property Value
A string that represents the scope of the access token.