Class TokenRequest
Details about a token being requested.
Inherited Members
Namespace: Unity.Services.Apis.Lobbies
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "TokenRequest")]
[Preserve]
public class TokenRequest
Constructors
TokenRequest(TokenTypeEnum)
Initializes a new instance of the TokenRequest class.
Declaration
[Preserve]
public TokenRequest(TokenRequest.TokenTypeEnum tokenType = (TokenRequest.TokenTypeEnum)0)
Parameters
Type | Name | Description |
---|---|---|
TokenRequest.TokenTypeEnum | tokenType | tokenType (required). |
Properties
TokenType
Gets or Sets TokenType
Declaration
[DataMember(Name = "tokenType", IsRequired = true, EmitDefaultValue = true)]
[Preserve]
public TokenRequest.TokenTypeEnum TokenType { get; set; }
Property Value
Type | Description |
---|---|
TokenRequest.TokenTypeEnum |