AvatarContentTokenRequest - конструктор
Request to obtain a token for accessing avatar content.
Пространство имён: Tessa.Content.AvatarsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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.