Interface DittoAuthenticator.LogoutCleanup

Enclosing class:
DittoAuthenticator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface DittoAuthenticator.LogoutCleanup
Function to perform cleanup operations during logout.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    runCleanup(@NonNull Ditto ditto)
    Runs cleanup operations with access to the Ditto instance.
  • Method Details

    • runCleanup

      void runCleanup(@NonNull Ditto ditto)
      Runs cleanup operations with access to the Ditto instance.
      Parameters:
      ditto - the Ditto instance to perform cleanup on.