Share via


AuthRequestParams.Scope Property

Definition

Specifies the optional scope parameter of the authorization request described by the section 3.3 of RFC 6749.

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 = authRequestParams.scope;
authRequestParams.scope = string;
Public Property Scope As String

Property Value

String

Platform::String

winrt::hstring

A string containing the scope parameter of the authorization request.

Applies to