Scope validation scripting API
The following bindings are available to Scope validation scripts:
|
This script can be either a legacy or a next-generation script. It has access to all the common bindings for its scripting context. Learn about converting existing scripts in Migrate OAuth scripts to next-generation scripts. |
| Binding | Description | Legacy type | Next-generation type |
|---|---|---|---|
|
The scopes AM allows this client to request. |
Set of Strings |
List of Strings |
|
All the scopes configured on the client making the request. |
Set of Strings |
List of Strings |
|
The scopes configured as defaults for this client. |
Set of Strings |
List of Strings |
|
The scopes in the client request. |
Set of Strings |
List of Strings |
|
The helper object that provides context information for the scope validation script. Use the Use the Methods
|
Not available |
A |