 | LoginTokenResultTokenType Property |
Gets or sets the type of the token.
Namespace:
Koden.Utils.REST.Models
Assembly:
Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntaxpublic string TokenType { get; set; }Public Property TokenType As String
Get
Set
public:
property String^ TokenType {
String^ get ();
void set (String^ value);
}member TokenType : string with get, set
Property Value
Type:
String
The type of the token.
See Also