invalidateTokenWithStrategy abstract method
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);