invalidateTokenWithStrategy abstract method

Future<void> invalidateTokenWithStrategy(
  1. String token,
  2. LogoutType logoutType
)

Invalidates tokens using a specific logout strategy

token The token to use for context logoutType The type of logout strategy to use

Implementation

Future<void> invalidateTokenWithStrategy(String token, LogoutType logoutType);