OpenID Tokens
We recommend reading https://openid.net/developers/how-connect-works/ to understand the core principle behind OpenID Connect and how the different token types are being used.
The SDK supports automatic refresh of OpenID Access and Refresh Tokens.
In order fetch these token types, not search options are required as the SDK will alway store one token per type and these tokens are not associated with a specific subscription id.
Last updated