| Package | Description |
|---|---|
| org.cloudfoundry.uaa.identityzones |
| Modifier and Type | Method and Description |
|---|---|
static RefreshTokenFormat |
RefreshTokenFormat.from(String s) |
RefreshTokenFormat |
TokenPolicy.getRefreshTokenFormat()
The format for the refresh token
|
static RefreshTokenFormat |
RefreshTokenFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefreshTokenFormat[] |
RefreshTokenFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TokenPolicy.Builder |
TokenPolicy.Builder.refreshTokenFormat(RefreshTokenFormat refreshTokenFormat)
Initializes the value for the
refreshTokenFormat attribute. |
Copyright © 2020. All rights reserved.