ApiClient class
Properties
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