SessionRefreshFailedCallback typedef

SessionRefreshFailedCallback = void Function(Exception error, StackTrace stackTrace)

Signature for callbacks that respond to session refresh failures.

Registered via AuthClient.addSessionRefreshFailedCallback.

Implementation

typedef SessionRefreshFailedCallback = void Function(
    Exception error, StackTrace stackTrace);