API Integrator 2016 Java Edition
API Integrator 2016 Java Edition
Questions / Feedback?

OAuthAuthorizationScope Property

The scope request or response parameter used during OAuth authorization.

Syntax

public String getOAuthAuthorizationScope();
public void setOAuthAuthorizationScope(String OAuthAuthorizationScope);

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 Java Edition - Version 16.0 [Build 7709]