cleanupAuthData static method
Clean up stored verification data
Implementation
static void cleanupAuthData(String state) {
_codeVerifierStore.remove(state);
_callbackStore.remove(state);
}
Clean up stored verification data
static void cleanupAuthData(String state) {
_codeVerifierStore.remove(state);
_callbackStore.remove(state);
}