You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Callback method invoked when the login process fails. @OverRide
void onFailure(String message) {}
/// Callback method invoked when the user logs out. @OverRide
void onLogout() {}
/// Callback method invoked when the login process starts. @OverRide
void onStart() {}
/// Callback method invoked when the login process is successful. @OverRide
void onSuccess(String accessToken) async {}
and get this when try to fetch user
I/flutter ( 8710): User Code: 3
I/flutter ( 8710): User Message: Status: UNAUTHORIZED_ACCESS_ERROR, Code: 3, Extras: httpResponseCode=401, Message: Request failed because the user is not authorized to access the requested resource.
I/flutter ( 8710): User: null
The text was updated successfully, but these errors were encountered:
i make all steps in the package
but this functions not executed
/// Callback method invoked when the login process fails.
@OverRide
void onFailure(String message) {}
/// Callback method invoked when the user logs out.
@OverRide
void onLogout() {}
/// Callback method invoked when the login process starts.
@OverRide
void onStart() {}
/// Callback method invoked when the login process is successful.
@OverRide
void onSuccess(String accessToken) async {}
and get this when try to fetch user
I/flutter ( 8710): User Code: 3
I/flutter ( 8710): User Message: Status: UNAUTHORIZED_ACCESS_ERROR, Code: 3, Extras: httpResponseCode=401, Message: Request failed because the user is not authorized to access the requested resource.
I/flutter ( 8710): User: null
The text was updated successfully, but these errors were encountered: