Class OAuthTokenResponse
java.lang.Object
org.apache.iceberg.rest.responses.OAuthTokenResponse
- All Implemented Interfaces:
- RESTMessage,- RESTResponse
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic OAuthTokenResponse.Builderbuilder()scopes()token()voidvalidate()Ensures that a constructed instance of a REST message is valid according to the REST spec.
- 
Method Details- 
validatepublic void validate()Description copied from interface:RESTMessageEnsures that a constructed instance of a REST message is valid according to the REST spec.This is needed when parsing data that comes from external sources and the object might have been constructed without all the required fields present. - Specified by:
- validatein interface- RESTMessage
 
- 
token
- 
issuedTokenType
- 
tokenType
- 
expiresInSeconds
- 
scopes
- 
builder
 
-