public class AuthenticationResponse extends Object
Constructor and Description |
---|
AuthenticationResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAccess_token() |
String |
getExpires_in() |
String |
getScope() |
String |
getToken_type() |
void |
setAccess_token(String access_token) |
void |
setExpires_in(String expires_in) |
void |
setScope(String scope) |
void |
setToken_type(String token_type) |
public String getAccess_token()
public void setAccess_token(String access_token)
public String getScope()
public void setScope(String scope)
public String getExpires_in()
public void setExpires_in(String expires_in)
public String getToken_type()
public void setToken_type(String token_type)
Copyright © 2016–2023. All rights reserved.