watermelonjam/OAuth 2.0 Client Credentials
Acquire OAuth 2.0 client credentials token for API invocation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| issuer | URI of the OpenID issuer | yes | — |
| clientId | OAuth 2.0 client identifier | yes | — |
| clientSecret | Client application secret value | yes | — |
| scope | Scope identifying resources to be accessed with the token | yes | — |
Outputs
| name | description |
|---|---|
| access_token | The client credentials token |