@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetTokenByOpenIdRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTokenByOpenIdRequest.Builder
Builds instances of type
GetTokenByOpenIdRequest. |
| Modifier and Type | Method and Description |
|---|---|
static GetTokenByOpenIdRequest.Builder |
builder()
Creates a builder for
GetTokenByOpenIdRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetTokenByOpenIdRequest that have equal attribute values. |
String |
getAuthorizationCode()
The authorization code
|
String |
getClientId()
The client identifier
|
String |
getClientSecret()
The client's secret passphrase
|
String |
getRedirectUri()
The redirection URI
|
TokenFormat |
getTokenFormat()
The token format
|
int |
hashCode()
Computes a hash code from attributes:
authorizationCode, clientId, clientSecret, redirectUri, tokenFormat. |
String |
toString()
Prints the immutable value
GetTokenByOpenIdRequest with attribute values. |
public String getAuthorizationCode()
public String getClientId()
public String getClientSecret()
public String getRedirectUri()
public TokenFormat getTokenFormat()
public boolean equals(Object another)
GetTokenByOpenIdRequest that have equal attribute values.public int hashCode()
authorizationCode, clientId, clientSecret, redirectUri, tokenFormat.public String toString()
GetTokenByOpenIdRequest with attribute values.public static GetTokenByOpenIdRequest.Builder builder()
GetTokenByOpenIdRequest.
GetTokenByOpenIdRequest.builder()
.authorizationCode(String) // required authorizationCode
.clientId(String) // required clientId
.clientSecret(String) // required clientSecret
.redirectUri(String | null) // nullable redirectUri
.tokenFormat(org.cloudfoundry.uaa.tokens.TokenFormat | null) // nullable tokenFormat
.build();
Copyright © 2020. All rights reserved.