Share via


TokenRequestParams.Scope Property

Definition

Specifies the scope parameter of the token request.

public:
 property Platform::String ^ Scope { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Scope();

void Scope(winrt::hstring value);
public string Scope { get; set; }
var string = tokenRequestParams.scope;
tokenRequestParams.scope = string;
Public Property Scope As String

Property Value

String

Platform::String

winrt::hstring

A string that specifies the scope parameter of the token request.

Applies to