Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Token Exchange Profile with TokenExchangeProfileManager #478

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

developerkunal
Copy link
Contributor

🔧 Changes

This update introduces support for the TokenExchangeProfileManager, a new feature to manage Auth0 Token Exchange Profile resources.

Added Methods:

  • Create: Create a new token exchange profile.
  • List: Retrieve all token exchange profiles.
  • Read: Read a single token exchange profile by ID.
  • Update: Update an existing token exchange profile by ID.
  • Delete: Remove an existing token exchange profile by ID.

📚 References

🔬 Testing

This can be tested via:

  1. Added tests for each method.
  2. Manual validation by performing CRUD operations on Token Exchange Profiles using the updated SDK.

📝 Checklist

  • All new/changed/fixed functionality is covered by tests.
  • Documentation for all new/changed functionality is updated.

@developerkunal developerkunal requested a review from a team as a code owner January 6, 2025 11:29
@codecov-commenter
Copy link

codecov-commenter commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.42%. Comparing base (b79eaef) to head (964ec50).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #478      +/-   ##
==========================================
+ Coverage   95.38%   95.42%   +0.03%     
==========================================
  Files          52       53       +1     
  Lines       10497    10578      +81     
==========================================
+ Hits        10013    10094      +81     
  Misses        366      366              
  Partials      118      118              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@developerkunal developerkunal changed the title Sdk 5277 custom token exchange Add Support for Token Exchange Profile with TokenExchangeProfileManager Jan 6, 2025
Copy link
Contributor

@duedares-rvj duedares-rvj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants