TokenResponse.Scope Property

Definition

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

String

Platform::String

winrt::hstring

A string that contains the scope parameter of the token response.

Applies to