Example #1
0
 /**
  * Clears all tokens stored by this class.
  *
  * <p>This will result in subsequent calls to {@link #login(AuthRequest, Callback)} displaying a
  * popup to the user. If the user has already granted access, that popup will immediately close.
  */
 public void clearAllTokens() {
   tokenStore.clear();
 }