@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1TokenReviewSpec extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_AUDIENCES |
static String |
SERIALIZED_NAME_TOKEN |
Constructor and Description |
---|
V1TokenReviewSpec() |
Modifier and Type | Method and Description |
---|---|
V1TokenReviewSpec |
addAudiencesItem(String audiencesItem) |
V1TokenReviewSpec |
audiences(List<String> audiences) |
boolean |
equals(Object o) |
List<String> |
getAudiences()
Audiences is a list of the identifiers that the resource server presented with the token
identifies as.
|
String |
getToken()
Token is the opaque bearer token.
|
int |
hashCode() |
void |
setAudiences(List<String> audiences) |
void |
setToken(String token) |
V1TokenReviewSpec |
token(String token) |
String |
toString() |
public static final String SERIALIZED_NAME_AUDIENCES
public static final String SERIALIZED_NAME_TOKEN
public V1TokenReviewSpec audiences(List<String> audiences)
public V1TokenReviewSpec addAudiencesItem(String audiencesItem)
@Nullable public List<String> getAudiences()
public V1TokenReviewSpec token(String token)
public void setToken(String token)
Copyright © 2020. All rights reserved.