ApiClient class

Constructors

ApiClient(String apiKey)

Properties

apiKey String
final
hashCode int
The hash code for this object.
no setterinherited
language String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createSession({String? email}) Future<PartialSession>
getAppConfig() Future<AppConfig>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshToken({required String sessionId, required String refreshToken}) Future<Session>
toString() String
A string representation of this object.
inherited
updateUser({required String accessToken, String? firstName, String? lastName}) Future<void>
verifySession({required String partialSessionId, required String code}) Future<Session>

Operators

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

Constants

baseUrl → const String