public class VerifyTokenResponse extends Object implements Serializable
| Constructor and Description |
|---|
VerifyTokenResponse() |
VerifyTokenResponse(String error) |
VerifyTokenResponse(String audience,
List<String> scopes,
AuthenticatedUser principal,
Long expiresIn) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAudience() |
String |
getError() |
Long |
getExpiresIn() |
AuthenticatedUser |
getPrincipal() |
List<String> |
getScopes() |
void |
setAudience(String audience) |
void |
setError(String error) |
void |
setExpiresIn(Long expiresIn) |
void |
setPrincipal(AuthenticatedUser principal) |
void |
setScopes(List<String> scopes) |
public VerifyTokenResponse()
public VerifyTokenResponse(String error)
public VerifyTokenResponse(String audience, List<String> scopes, AuthenticatedUser principal, Long expiresIn)
public String getAudience()
public void setAudience(String audience)
audience - the audience to setpublic String getError()
public void setError(String error)
error - the error to setpublic Long getExpiresIn()
public void setExpiresIn(Long expiresIn)
expiresIn - the expiresIn to setpublic AuthenticatedUser getPrincipal()
public void setPrincipal(AuthenticatedUser principal)
principal - the principal to setCopyright © 2015 LeanIX GmbH. All rights reserved.