IAvatarContentTokenProvider - интерфейс
Provider avatar content access tokens.
Пространство имён: Tessa.Content.AvatarsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.
|