- Notifications
You must be signed in to change notification settings - Fork445
feat: added support for fetching access token from oauth server#786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
|
@JsonProperty("audience") | ||
@Getter | ||
@Setter | ||
private String audience = "https://www.twilio.com/organizations"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
For testing purpose this has been fixed, We need to fetch audience and grantType from open api specs.
Uh oh!
There was an error while loading.Please reload this page.
Fixes
Added support for fetching access token from OAuth server by passing clientId and clientSecret.
Pending: update readme
Checklist
If you have questions, please file asupport ticket, or create a GitHub Issue in this repository.