public class AuthenticationResponse extends Object
wasErrorResponse()==true), i.e. error value is set -
see ErrorDescriptionwasErrorResponse()==false) and values for accessToken
and expiresIn are set| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
ErrorDescription |
getError() |
Integer |
getExpiresIn() |
boolean |
wasErrorResponse() |
public String getAccessToken()
public Integer getExpiresIn()
public ErrorDescription getError()
ErrorDescription is returnedpublic boolean wasErrorResponse()
true if error was recorded; false otherwiseCopyright © 2017. All rights reserved.