-
public class AuthenticationToken.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringAUTHENTICATION_TOKEN_KEYpublic final Parcelable.Creator<AuthenticationToken>CREATORpublic final static AuthenticationToken.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description 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()-
-
Method Detail
-
getCurrentAuthenticationToken
final AuthenticationToken getCurrentAuthenticationToken()
Getter for the authentication token that is current for the application.
-
setCurrentAuthenticationToken
final Unit setCurrentAuthenticationToken(AuthenticationToken authenticationToken)
Setter for the authentication token that is current for the application.
- Parameters:
authenticationToken- The authentication token to set.
-
getAUTHENTICATION_TOKEN_KEY
final String getAUTHENTICATION_TOKEN_KEY()
-
getCREATOR
final Parcelable.Creator<AuthenticationToken> getCREATOR()
-
-
-
-