Table of Contents

Interface IIdTokenProvider

Namespace
Tenduke.Core.Auth.TokenStore
Assembly
Tenduke.Core.dll

Provides access to currently held OIDC Id Token.

public interface IIdTokenProvider

Methods

GetIdTokenAsync()

Gets the currently held OIDC Id Token.

Task<string> GetIdTokenAsync()

Returns

Task<string>

The currently held OIDC Id Token.

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.