IAvatarContentTokenProvider - интерфейс
Provider avatar content access tokens.
Пространство имён: Tessa.Content.AvatarsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public interface IAvatarContentTokenProvider
Public Interface IAvatarContentTokenProvider
public interface class IAvatarContentTokenProvider
type IAvatarContentTokenProvider = interface end
The token can only exist as a single instance per user within the scope.
| GetOrCreateTokenAsync |
Retrieves the token information based on the request parameters request.
If the token has not been issued yet, or the current token has expired, a new token will be issued.
|
| TryGetTokenAsync |
Retrieves the information about an existing token token that has not expired,
or if such a token was not found.
|