| QuickbloxClientToken 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)
Syntaxpublic string Token { get; set; }Public Property Token As String
Get
Set
public:
virtual property String^ Token {
String^ get () sealed;
void set (String^ value) sealed;
}abstract Token : string with get, set
override Token : string with get, set
Property Value
Type:
StringImplements
IQuickbloxClientToken
See Also