GetAuthenticationPacketTimeout
Gets the authentication packet timeout which is tracked separately from all other packets. Note that authentication packets are never retried and so this value represents the total time a client would wait to receive a reply to an authentication API call.
By default this timeout is set to 15 seconds.
Usage
http://localhost:3000
- C#
- C++
- Objective-C
- Java
- JavaScript
- Dart
- Cloud Code
- Raw
int timeout = _bc.GetAuthenticationPacketTimeout();
int timeout = _bc->getAuthenticationPacketTimeout();
int timeout = [_bc getAuthenticationPacketTimeout];
int timeout = _bc.getAuthenticationPacketTimeout();
// N/A
var timeout = _bc.getAuthenticationPacketTimeout();
// N/A
// N/A