Interface IIdTokenProvider
- Namespace
- Tenduke.Core.Auth.TokenStore
- Assembly
- Tenduke.Core.dll
Provides access to currently held OIDC Id Token.
public interface IIdTokenProviderMethods
GetIdTokenAsync()
Gets the currently held OIDC Id Token.
Task<string> GetIdTokenAsync()Returns
Remarks
If the token is expired or close to expiry and a refresh token has been issued as part of the access token, then a refresh will be attempted before the value is returned.