API Integrator 2016 .NET Edition
API Integrator 2016 .NET Edition
Questions / Feedback?

OAuthAuthorizationScope Property

The scope request or response parameter used during OAuth authorization.

Syntax

[VB.NET]
Public Property OAuthAuthorizationScope As String

[C#]
public string OAuthAuthorizationScope {get; set;}

Remarks

This property specifies an OAuth scope, and should be set to a space-separated list of scope strings (as defined by the target OAuth authorization server) in order to request one or more specific access scopes. If not set, most OAuth authorization servers will use the default access scopes defined for your application.

After the OAuth process is complete, this property will be populated with the scopes that were actually granted by the server.

This property is not available at design time.

Default Value

""

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
API Integrator 2016 .NET Edition - Version 16.0 [Build 7709]