@Generated(value="org.immutables.processor.ProxyProcessor") public final class AuthorizeByOpenIdWithAuthorizationCodeGrantRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthorizeByOpenIdWithAuthorizationCodeGrantRequest.Builder
Builds instances of type
AuthorizeByOpenIdWithAuthorizationCodeGrantRequest. |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizeByOpenIdWithAuthorizationCodeGrantRequest.Builder |
builder()
Creates a builder for
AuthorizeByOpenIdWithAuthorizationCodeGrantRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
AuthorizeByOpenIdWithAuthorizationCodeGrantRequest that have equal attribute values. |
String |
getClientId()
A unique string representing the registration information provided by the client
|
String |
getLoginHint()
The login hint
|
String |
getRedirectUri()
Redirection URI to which the authorization server will send the user-agent back once access is granted (or denied), optional if pre-registered by the client
|
List<String> |
getScopes()
requested scopes, space-delimited
|
int |
hashCode()
Computes a hash code from attributes:
clientId, redirectUri, scopes, loginHint. |
String |
toString()
Prints the immutable value
AuthorizeByOpenIdWithAuthorizationCodeGrantRequest with attribute values. |
public String getClientId()
public String getRedirectUri()
public String getLoginHint()
public boolean equals(Object another)
AuthorizeByOpenIdWithAuthorizationCodeGrantRequest that have equal attribute values.public int hashCode()
clientId, redirectUri, scopes, loginHint.public String toString()
AuthorizeByOpenIdWithAuthorizationCodeGrantRequest with attribute values.public static AuthorizeByOpenIdWithAuthorizationCodeGrantRequest.Builder builder()
AuthorizeByOpenIdWithAuthorizationCodeGrantRequest.
AuthorizeByOpenIdWithAuthorizationCodeGrantRequest.builder()
.clientId(String) // required clientId
.redirectUri(String | null) // nullable redirectUri
.scopes(List<String> | null) // nullable scopes
.loginHint(String | null) // nullable loginHint
.build();
Copyright © 2020. All rights reserved.