You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What changes are proposed in this pull request?
This PR adds the foundational components for OIDC support in the
Databricks Java SDK:
**IDToken Class:** Encapsulates ID tokens from identity providers for
OAuth flows.
**IDTokenSource** Interface: Defines a standard for retrieving ID
tokens.
## How is this tested?
- Unit tests added for the IDToken class.
- IDTokenSource is not tested, as no implementation exists yet.
NO_CHANGELOG=true
---------
Co-authored-by: Parth Bansal <[email protected]>
0 commit comments