@Generated(value="software.amazon.awssdk:codegen") public final class AuthRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AuthRequest.Builder,AuthRequest>
Contains authorization request information, which is required for Amazon Web Services AppFabric to get the OAuth2 access token for an application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AuthRequest.Builder |
builder() |
String |
code()
The authorization code returned by the application after permission is granted in the application OAuth page
(after clicking on the AuthURL).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
redirectUri()
The redirect URL that is specified in the AuthURL and the application client.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AuthRequest.Builder> |
serializableBuilderClass() |
AuthRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String redirectUri()
The redirect URL that is specified in the AuthURL and the application client.
public final String code()
The authorization code returned by the application after permission is granted in the application OAuth page (after clicking on the AuthURL).
public AuthRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AuthRequest.Builder,AuthRequest>public static AuthRequest.Builder builder()
public static Class<? extends AuthRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.