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

createPartialSession({String? email, String? mobileE164, String? mobileIso2, String? mobileLocal}) → Future<PartialSession>
createSession({String? googleIdToken, String? appleIdToken, String? firstName, String? lastName}) → Future<Session>
getAppConfig() → Future<AppConfig>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshSession({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>
verifyPartialSession({required String partialSessionId, required String code}) → Future<Session>

Operators

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

Constants

baseUrl → const String