Share via


AuthResponse.Scope Property

Definition

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

String

Platform::String

winrt::hstring

A string that represents the scope of the access token.

Applies to