Android SDK Version


public final class AuthenticationTokenCache
This class is an wrapper class which handles load/save/clear of the Authentication Token cache
WARNING: This feature is currently in development and not intended for external usage.
Nested Class Summary
Modifier and TypeClassDescription
public classAuthenticationTokenCache.Companion
Constructor Summary
ConstructorDescription
AuthenticationTokenCache()
AuthenticationTokenCache(SharedPreferences sharedPreferences)
Method Summary
Modifier and TypeMethodDescription
final AuthenticationTokenload()
final Unitsave(AuthenticationToken authenticationToken)
final Unitclear()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

AuthenticationTokenCache

AuthenticationTokenCache()

AuthenticationTokenCache

AuthenticationTokenCache(SharedPreferences sharedPreferences)
Method Detail

save

 final Unitsave(AuthenticationToken authenticationToken)

clear

 final Unitclear()