AuthApiRest class

Constructors

AuthApiRest({required String clientId, required String clientSecret, required RedirectUri redirectUri, required GestorData gestorData, required String coleccionFuncionesBackend, bool apiRestEnableDebugLogs = false, bool cloudDbEnableDebugLogs = false, bool authApiRestEnableDebugLogs = false})
factory

Properties

apiRest ↔ ApiRest?
getter/setter pair
apiRestEnableDebugLogs → bool
final
authApiRestEnableDebugLogs → bool
final
clientId → String
final
clientSecret → String
final
cloudDbEnableDebugLogs → bool
final
coleccionFuncionesBackend → String
final
endpointApi ↔ String?
getter/setter pair
endpointAuth ↔ String?
getter/setter pair
endpointSocket ↔ String?
getter/setter pair
gestorData → GestorData
final
hashCode → int
The hash code for this object.
no setterinherited
lstBlocsAuth → List
no setter
redirectUri → RedirectUri
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

init({required String endpointApi, required String endpointAuth, required String endpointSocket, bool storeInMemoryObjecBox = false, String? urlAdminObjectBox, int? maxDBSizeInKB}) → Future<void>
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

logDebug(String message) → void