Package fi.bitwards.service
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 TypeMethodDescriptionvoidThis method is called when authentication token has expired.
-
Method Details
-
onAuthenticationTokenExpired
This method is called when authentication token has expired.- Parameters:
service- the BitwardsService instance.
-