Interface BitwardsService.AuthenticationTokenExpiredCallback

Enclosing class:
BitwardsService

public static interface BitwardsService.AuthenticationTokenExpiredCallback
AuthenticationTokenExpiredCallback is used to notify UI that authentication token has expired. This means that connection to the server needs to be established.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called when authentication token has expired.
  • Method Details

    • onAuthenticationTokenExpired

      void onAuthenticationTokenExpired(BitwardsService service)
      This method is called when authentication token has expired.
      Parameters:
      service - the BitwardsService instance.