Class NetworkAccessToken
Inheritance
NetworkAccessToken
Assembly: UnityEngine.dll
Syntax
public class NetworkAccessToken
Constructors
|
Improve this Doc
View Source
NetworkAccessToken()
Declaration
public NetworkAccessToken()
|
Improve this Doc
View Source
NetworkAccessToken(Byte[])
Declaration
public NetworkAccessToken(byte[] array)
Parameters
Type |
Name |
Description |
Byte[] |
array |
|
|
Improve this Doc
View Source
NetworkAccessToken(String)
Declaration
public NetworkAccessToken(string strArray)
Parameters
Type |
Name |
Description |
String |
strArray |
|
Fields
|
Improve this Doc
View Source
array
Declaration
Field Value
Methods
|
Improve this Doc
View Source
GetByteString()
Declaration
public string GetByteString()
Returns
|
Improve this Doc
View Source
IsValid()
Declaration
Returns
Extension Methods