| IQuickbloxClientToken Property |
Quickblox token. Must be set before calling any methods that require authentication.
Namespace: Quickblox.SdkAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxstring Token { get; set; }Property Token As String
Get
Set
property String^ Token {
String^ get ();
void set (String^ value);
}abstract Token : string with get, set
Property Value
Type:
String
See Also