| SessionRequestAuthKey Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.Modules.AuthModule.Requests.SessionRequest.AuthKey"]
Namespace: Quickblox.Sdk.Modules.AuthModule.RequestsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string AuthKey { get; set; }Public Property AuthKey As String
Get
Set
public:
property String^ AuthKey {
String^ get ();
void set (String^ value);
}member AuthKey : string with get, set
Property Value
Type:
String
See Also