public class AuthenticationResponse extends Object
| Constructor and Description |
|---|
AuthenticationResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
accessToken() |
AuthenticationResponse |
accessToken(String accessToken) |
String |
id() |
AuthenticationResponse |
id(String id) |
String |
instanceUrl() |
AuthenticationResponse |
instanceUrl(String instanceUrl) |
String |
issuedAt() |
AuthenticationResponse |
issuedAt(String issuedAt) |
String |
signature() |
AuthenticationResponse |
signature(String signature) |
String |
tokenType() |
AuthenticationResponse |
tokenType(String tokenType) |
public String accessToken()
public AuthenticationResponse accessToken(String accessToken)
public String instanceUrl()
public AuthenticationResponse instanceUrl(String instanceUrl)
public String id()
public AuthenticationResponse id(String id)
public String tokenType()
public AuthenticationResponse tokenType(String tokenType)
public String issuedAt()
public AuthenticationResponse issuedAt(String issuedAt)
public String signature()
public AuthenticationResponse signature(String signature)
Copyright © 2017. All rights reserved.