EzvizAuthManager class

Authentication and Area Management for EZVIZ SDK

Constructors

EzvizAuthManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getAccessToken() Future<EzvizAccessToken?>
Get current cached access token
getAreaList() Future<List<EzvizAreaInfo>>
Get available area list for global SDK
logout() Future<bool>
Logout current user
openLoginPage({String? areaId}) Future<bool>
Open EZVIZ login page for user authentication
setServerUrl({required String apiUrl, required String authUrl}) Future<bool>
Set server URLs for API and authentication