OAuthChallengeProperties.SetScope(String[]) Method
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.
Set the "scope" parameter value.
public:
virtual void SetScope(... cli::array <System::String ^> ^ scopes);
public virtual void SetScope (params string[] scopes);
abstract member SetScope : string[] -> unit
override this.SetScope : string[] -> unit
Public Overridable Sub SetScope (ParamArray scopes As String())
Parameters
- scopes
- String[]
List of scopes.