IsAuthenticated
Returns true if the user is authenticated.
If a session has timed out or if the server returns a session invalidation error, this flag will reset back to false.
Usage
http://localhost:3000
- C#
- C++
- Objective-C
- Java
- JavaScript
- Dart
- Cloud Code
- Raw
bool isAuthenticated = _bc.Authenticated;
bool isAuthenticated = _bc->isAuthenticated();
bool isAuthenticated = [_bc isAuthenticated];
boolean isAuthenticated = _bc.isAuthenticated();
var isAuthenticated = _bc.isAuthenticated();
var isAuthenticated = _bc.isAuthenticated();
// N/A
// N/A