AvatarContentTokenRequest - конструктор
Request to obtain a token for accessing avatar content.
Пространство имён: Tessa.Content.AvatarsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public AvatarContentTokenRequest(
Guid UserID,
bool ForceReissue = false
)
Public Sub New (
UserID As Guid,
Optional ForceReissue As Boolean = false
)
public:
AvatarContentTokenRequest(
Guid UserID,
bool ForceReissue = false
)
new :
UserID : Guid *
?ForceReissue : bool
(* Defaults:
let _ForceReissue = defaultArg ForceReissue false
*)
-> AvatarContentTokenRequest
Параметры
- UserID Guid
- The identifier of the user for whom the token is being requested.
- ForceReissue Boolean (Optional)
- A flag indicating that a new token should be issued even if the current one is still valid.