client_create
Create OAuth2 clients for your IoT platform by specifying redirect URIs, scopes, and name. Set credentials to true to generate a private client with a secret.
Instructions
Create an OAuth2 client. Use credentials:true to create a private client with a secret.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Client display name. | |
| image | No | URI of the client icon. | |
| scopes | Yes | Allowed scopes. | |
| credentials | No | Set true to create a private client with a secret (default false). | |
| redirectUris | Yes | Allowed redirect URIs. |