public class AuthenticationResponse extends Object
AuthenticationResponse(String authenticationToken, String tokenType, long expiresIn)
String
authenticationToken()
long
lifetime()
tokenType()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AuthenticationResponse(String authenticationToken, String tokenType, long expiresIn)
public String authenticationToken()
public String tokenType()
public long lifetime()