Android SDK Version
Field Summary
Modifier and TypeFieldDescription
private final StringAUTHENTICATION_TOKEN_KEY
public final Parcelable.Creator<AuthenticationToken>CREATOR
public final static AuthenticationToken.CompanionINSTANCE
Method Summary
Modifier and TypeMethodDescription
final AuthenticationTokengetCurrentAuthenticationToken() Getter for the authentication token that is current for the application.
final UnitsetCurrentAuthenticationToken(AuthenticationToken authenticationToken) Setter for the authentication token that is current for the application.
final StringgetAUTHENTICATION_TOKEN_KEY()
final Parcelable.Creator<AuthenticationToken>getCREATOR()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

getCurrentAuthenticationToken

 final AuthenticationTokengetCurrentAuthenticationToken()
Getter for the authentication token that is current for the application.

setCurrentAuthenticationToken

 final UnitsetCurrentAuthenticationToken(AuthenticationToken authenticationToken)
Setter for the authentication token that is current for the application.
Parameters:
authenticationToken - The authentication token to set.

getAUTHENTICATION_TOKEN_KEY

 final StringgetAUTHENTICATION_TOKEN_KEY()