| Package | Description |
|---|---|
| org.cloudfoundry.uaa.tokens |
| Modifier and Type | Method and Description |
|---|---|
static RefreshTokenRequest.Builder |
RefreshTokenRequest.builder()
Creates a builder for
RefreshTokenRequest. |
RefreshTokenRequest.Builder |
RefreshTokenRequest.Builder.clientId(String clientId)
Initializes the value for the
clientId attribute. |
RefreshTokenRequest.Builder |
RefreshTokenRequest.Builder.clientSecret(String clientSecret)
Initializes the value for the
clientSecret attribute. |
RefreshTokenRequest.Builder |
RefreshTokenRequest.Builder.from(RefreshTokenRequest instance)
Fill a builder with attribute values from the provided
RefreshTokenRequest instance. |
RefreshTokenRequest.Builder |
RefreshTokenRequest.Builder.refreshToken(String refreshToken)
Initializes the value for the
refreshToken attribute. |
RefreshTokenRequest.Builder |
RefreshTokenRequest.Builder.tokenFormat(TokenFormat tokenFormat)
Initializes the value for the
tokenFormat attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.