public class UserPoolClientType extends Object implements Serializable
Contains information about a user pool client.
| Constructor and Description |
|---|
UserPoolClientType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getAllowedOAuthFlows()
Set to
code to initiate a code grant flow, which provides an
authorization code as the response. |
Boolean |
getAllowedOAuthFlowsUserPoolClient()
Set to TRUE if the client is allowed to follow the OAuth protocol when
interacting with Cognito user pools.
|
List<String> |
getAllowedOAuthScopes()
A list of allowed
OAuth scopes. |
AnalyticsConfigurationType |
getAnalyticsConfiguration()
The Amazon Pinpoint analytics configuration for the user pool client.
|
List<String> |
getCallbackURLs()
A list of allowed redirect (callback) URLs for the identity providers.
|
String |
getClientId()
The ID of the client associated with the user pool.
|
String |
getClientName()
The client name from the user pool request of the client type.
|
String |
getClientSecret()
The client secret from the user pool request of the client type.
|
Date |
getCreationDate()
The date the user pool client was created.
|
String |
getDefaultRedirectURI()
The default redirect URI.
|
List<String> |
getExplicitAuthFlows()
The explicit authentication flows.
|
Date |
getLastModifiedDate()
The date the user pool client was last modified.
|
List<String> |
getLogoutURLs()
A list of allowed logout URLs for the identity providers.
|
List<String> |
getReadAttributes()
The Read-only attributes.
|
Integer |
getRefreshTokenValidity()
The time limit, in days, after which the refresh token is no longer valid
and cannot be used.
|
List<String> |
getSupportedIdentityProviders()
A list of provider names for the identity providers that are supported on
this client.
|
String |
getUserPoolId()
The user pool ID for the user pool client.
|
List<String> |
getWriteAttributes()
The writeable attributes.
|
int |
hashCode() |
Boolean |
isAllowedOAuthFlowsUserPoolClient()
Set to TRUE if the client is allowed to follow the OAuth protocol when
interacting with Cognito user pools.
|
void |
setAllowedOAuthFlows(Collection<String> allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an
authorization code as the response. |
void |
setAllowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
Set to TRUE if the client is allowed to follow the OAuth protocol when
interacting with Cognito user pools.
|
void |
setAllowedOAuthScopes(Collection<String> allowedOAuthScopes)
A list of allowed
OAuth scopes. |
void |
setAnalyticsConfiguration(AnalyticsConfigurationType analyticsConfiguration)
The Amazon Pinpoint analytics configuration for the user pool client.
|
void |
setCallbackURLs(Collection<String> callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
|
void |
setClientId(String clientId)
The ID of the client associated with the user pool.
|
void |
setClientName(String clientName)
The client name from the user pool request of the client type.
|
void |
setClientSecret(String clientSecret)
The client secret from the user pool request of the client type.
|
void |
setCreationDate(Date creationDate)
The date the user pool client was created.
|
void |
setDefaultRedirectURI(String defaultRedirectURI)
The default redirect URI.
|
void |
setExplicitAuthFlows(Collection<String> explicitAuthFlows)
The explicit authentication flows.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The date the user pool client was last modified.
|
void |
setLogoutURLs(Collection<String> logoutURLs)
A list of allowed logout URLs for the identity providers.
|
void |
setReadAttributes(Collection<String> readAttributes)
The Read-only attributes.
|
void |
setRefreshTokenValidity(Integer refreshTokenValidity)
The time limit, in days, after which the refresh token is no longer valid
and cannot be used.
|
void |
setSupportedIdentityProviders(Collection<String> supportedIdentityProviders)
A list of provider names for the identity providers that are supported on
this client.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool client.
|
void |
setWriteAttributes(Collection<String> writeAttributes)
The writeable attributes.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UserPoolClientType |
withAllowedOAuthFlows(Collection<String> allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an
authorization code as the response. |
UserPoolClientType |
withAllowedOAuthFlows(String... allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an
authorization code as the response. |
UserPoolClientType |
withAllowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
Set to TRUE if the client is allowed to follow the OAuth protocol when
interacting with Cognito user pools.
|
UserPoolClientType |
withAllowedOAuthScopes(Collection<String> allowedOAuthScopes)
A list of allowed
OAuth scopes. |
UserPoolClientType |
withAllowedOAuthScopes(String... allowedOAuthScopes)
A list of allowed
OAuth scopes. |
UserPoolClientType |
withAnalyticsConfiguration(AnalyticsConfigurationType analyticsConfiguration)
The Amazon Pinpoint analytics configuration for the user pool client.
|
UserPoolClientType |
withCallbackURLs(Collection<String> callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
|
UserPoolClientType |
withCallbackURLs(String... callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
|
UserPoolClientType |
withClientId(String clientId)
The ID of the client associated with the user pool.
|
UserPoolClientType |
withClientName(String clientName)
The client name from the user pool request of the client type.
|
UserPoolClientType |
withClientSecret(String clientSecret)
The client secret from the user pool request of the client type.
|
UserPoolClientType |
withCreationDate(Date creationDate)
The date the user pool client was created.
|
UserPoolClientType |
withDefaultRedirectURI(String defaultRedirectURI)
The default redirect URI.
|
UserPoolClientType |
withExplicitAuthFlows(Collection<String> explicitAuthFlows)
The explicit authentication flows.
|
UserPoolClientType |
withExplicitAuthFlows(String... explicitAuthFlows)
The explicit authentication flows.
|
UserPoolClientType |
withLastModifiedDate(Date lastModifiedDate)
The date the user pool client was last modified.
|
UserPoolClientType |
withLogoutURLs(Collection<String> logoutURLs)
A list of allowed logout URLs for the identity providers.
|
UserPoolClientType |
withLogoutURLs(String... logoutURLs)
A list of allowed logout URLs for the identity providers.
|
UserPoolClientType |
withReadAttributes(Collection<String> readAttributes)
The Read-only attributes.
|
UserPoolClientType |
withReadAttributes(String... readAttributes)
The Read-only attributes.
|
UserPoolClientType |
withRefreshTokenValidity(Integer refreshTokenValidity)
The time limit, in days, after which the refresh token is no longer valid
and cannot be used.
|
UserPoolClientType |
withSupportedIdentityProviders(Collection<String> supportedIdentityProviders)
A list of provider names for the identity providers that are supported on
this client.
|
UserPoolClientType |
withSupportedIdentityProviders(String... supportedIdentityProviders)
A list of provider names for the identity providers that are supported on
this client.
|
UserPoolClientType |
withUserPoolId(String userPoolId)
The user pool ID for the user pool client.
|
UserPoolClientType |
withWriteAttributes(Collection<String> writeAttributes)
The writeable attributes.
|
UserPoolClientType |
withWriteAttributes(String... writeAttributes)
The writeable attributes.
|
public String getUserPoolId()
The user pool ID for the user pool client.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID for the user pool client.
public void setUserPoolId(String userPoolId)
The user pool ID for the user pool client.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The user pool ID for the user pool client.
public UserPoolClientType withUserPoolId(String userPoolId)
The user pool ID for the user pool client.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The user pool ID for the user pool client.
public String getClientName()
The client name from the user pool request of the client type.
Constraints:
Length: 1 - 128
Pattern: [\w\s+=,.@-]+
The client name from the user pool request of the client type.
public void setClientName(String clientName)
The client name from the user pool request of the client type.
Constraints:
Length: 1 - 128
Pattern: [\w\s+=,.@-]+
clientName - The client name from the user pool request of the client type.
public UserPoolClientType withClientName(String clientName)
The client name from the user pool request of the client type.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w\s+=,.@-]+
clientName - The client name from the user pool request of the client type.
public String getClientId()
The ID of the client associated with the user pool.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
The ID of the client associated with the user pool.
public void setClientId(String clientId)
The ID of the client associated with the user pool.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
clientId - The ID of the client associated with the user pool.
public UserPoolClientType withClientId(String clientId)
The ID of the client associated with the user pool.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
clientId - The ID of the client associated with the user pool.
public String getClientSecret()
The client secret from the user pool request of the client type.
Constraints:
Length: 1 - 64
Pattern: [\w+]+
The client secret from the user pool request of the client type.
public void setClientSecret(String clientSecret)
The client secret from the user pool request of the client type.
Constraints:
Length: 1 - 64
Pattern: [\w+]+
clientSecret - The client secret from the user pool request of the client type.
public UserPoolClientType withClientSecret(String clientSecret)
The client secret from the user pool request of the client type.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [\w+]+
clientSecret - The client secret from the user pool request of the client type.
public Date getLastModifiedDate()
The date the user pool client was last modified.
The date the user pool client was last modified.
public void setLastModifiedDate(Date lastModifiedDate)
The date the user pool client was last modified.
lastModifiedDate - The date the user pool client was last modified.
public UserPoolClientType withLastModifiedDate(Date lastModifiedDate)
The date the user pool client was last modified.
Returns a reference to this object so that method calls can be chained together.
lastModifiedDate - The date the user pool client was last modified.
public Date getCreationDate()
The date the user pool client was created.
The date the user pool client was created.
public void setCreationDate(Date creationDate)
The date the user pool client was created.
creationDate - The date the user pool client was created.
public UserPoolClientType withCreationDate(Date creationDate)
The date the user pool client was created.
Returns a reference to this object so that method calls can be chained together.
creationDate - The date the user pool client was created.
public Integer getRefreshTokenValidity()
The time limit, in days, after which the refresh token is no longer valid and cannot be used.
Constraints:
Range: 0 - 3650
The time limit, in days, after which the refresh token is no longer valid and cannot be used.
public void setRefreshTokenValidity(Integer refreshTokenValidity)
The time limit, in days, after which the refresh token is no longer valid and cannot be used.
Constraints:
Range: 0 - 3650
refreshTokenValidity - The time limit, in days, after which the refresh token is no longer valid and cannot be used.
public UserPoolClientType withRefreshTokenValidity(Integer refreshTokenValidity)
The time limit, in days, after which the refresh token is no longer valid and cannot be used.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 3650
refreshTokenValidity - The time limit, in days, after which the refresh token is no longer valid and cannot be used.
public List<String> getReadAttributes()
The Read-only attributes.
The Read-only attributes.
public void setReadAttributes(Collection<String> readAttributes)
The Read-only attributes.
readAttributes - The Read-only attributes.
public UserPoolClientType withReadAttributes(String... readAttributes)
The Read-only attributes.
Returns a reference to this object so that method calls can be chained together.
readAttributes - The Read-only attributes.
public UserPoolClientType withReadAttributes(Collection<String> readAttributes)
The Read-only attributes.
Returns a reference to this object so that method calls can be chained together.
readAttributes - The Read-only attributes.
public List<String> getWriteAttributes()
The writeable attributes.
The writeable attributes.
public void setWriteAttributes(Collection<String> writeAttributes)
The writeable attributes.
writeAttributes - The writeable attributes.
public UserPoolClientType withWriteAttributes(String... writeAttributes)
The writeable attributes.
Returns a reference to this object so that method calls can be chained together.
writeAttributes - The writeable attributes.
public UserPoolClientType withWriteAttributes(Collection<String> writeAttributes)
The writeable attributes.
Returns a reference to this object so that method calls can be chained together.
writeAttributes - The writeable attributes.
public List<String> getExplicitAuthFlows()
The explicit authentication flows.
The explicit authentication flows.
public void setExplicitAuthFlows(Collection<String> explicitAuthFlows)
The explicit authentication flows.
explicitAuthFlows - The explicit authentication flows.
public UserPoolClientType withExplicitAuthFlows(String... explicitAuthFlows)
The explicit authentication flows.
Returns a reference to this object so that method calls can be chained together.
explicitAuthFlows - The explicit authentication flows.
public UserPoolClientType withExplicitAuthFlows(Collection<String> explicitAuthFlows)
The explicit authentication flows.
Returns a reference to this object so that method calls can be chained together.
explicitAuthFlows - The explicit authentication flows.
public List<String> getSupportedIdentityProviders()
A list of provider names for the identity providers that are supported on this client.
A list of provider names for the identity providers that are supported on this client.
public void setSupportedIdentityProviders(Collection<String> supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
supportedIdentityProviders - A list of provider names for the identity providers that are supported on this client.
public UserPoolClientType withSupportedIdentityProviders(String... supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
Returns a reference to this object so that method calls can be chained together.
supportedIdentityProviders - A list of provider names for the identity providers that are supported on this client.
public UserPoolClientType withSupportedIdentityProviders(Collection<String> supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
Returns a reference to this object so that method calls can be chained together.
supportedIdentityProviders - A list of provider names for the identity providers that are supported on this client.
public List<String> getCallbackURLs()
A list of allowed redirect (callback) URLs for the identity providers.
A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint.
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
A list of allowed redirect (callback) URLs for the identity providers.
A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint.
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
public void setCallbackURLs(Collection<String> callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint.
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
callbackURLs - A list of allowed redirect (callback) URLs for the identity providers.
A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint.
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
public UserPoolClientType withCallbackURLs(String... callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint.
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
Returns a reference to this object so that method calls can be chained together.
callbackURLs - A list of allowed redirect (callback) URLs for the identity providers.
A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint.
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
public UserPoolClientType withCallbackURLs(Collection<String> callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint.
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
Returns a reference to this object so that method calls can be chained together.
callbackURLs - A list of allowed redirect (callback) URLs for the identity providers.
A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint.
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
public List<String> getLogoutURLs()
A list of allowed logout URLs for the identity providers.
A list of allowed logout URLs for the identity providers.
public void setLogoutURLs(Collection<String> logoutURLs)
A list of allowed logout URLs for the identity providers.
logoutURLs - A list of allowed logout URLs for the identity providers.
public UserPoolClientType withLogoutURLs(String... logoutURLs)
A list of allowed logout URLs for the identity providers.
Returns a reference to this object so that method calls can be chained together.
logoutURLs - A list of allowed logout URLs for the identity providers.
public UserPoolClientType withLogoutURLs(Collection<String> logoutURLs)
A list of allowed logout URLs for the identity providers.
Returns a reference to this object so that method calls can be chained together.
logoutURLs - A list of allowed logout URLs for the identity providers.
public String getDefaultRedirectURI()
The default redirect URI. Must be in the CallbackURLs list.
A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint.
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
Constraints:
Length: 1 - 1024
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
The default redirect URI. Must be in the
CallbackURLs list.
A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint.
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
public void setDefaultRedirectURI(String defaultRedirectURI)
The default redirect URI. Must be in the CallbackURLs list.
A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint.
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
Constraints:
Length: 1 - 1024
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
defaultRedirectURI -
The default redirect URI. Must be in the
CallbackURLs list.
A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint.
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
public UserPoolClientType withDefaultRedirectURI(String defaultRedirectURI)
The default redirect URI. Must be in the CallbackURLs list.
A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint.
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
defaultRedirectURI -
The default redirect URI. Must be in the
CallbackURLs list.
A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint.
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
public List<String> getAllowedOAuthFlows()
Set to code to initiate a code grant flow, which provides an
authorization code as the response. This code can be exchanged for access
tokens with the token endpoint.
Set to token to specify that the client should get the
access token (and, optionally, ID token, based on scopes) directly.
Set to code to initiate a code grant flow, which
provides an authorization code as the response. This code can be
exchanged for access tokens with the token endpoint.
Set to token to specify that the client should get
the access token (and, optionally, ID token, based on scopes)
directly.
public void setAllowedOAuthFlows(Collection<String> allowedOAuthFlows)
Set to code to initiate a code grant flow, which provides an
authorization code as the response. This code can be exchanged for access
tokens with the token endpoint.
Set to token to specify that the client should get the
access token (and, optionally, ID token, based on scopes) directly.
allowedOAuthFlows -
Set to code to initiate a code grant flow, which
provides an authorization code as the response. This code can
be exchanged for access tokens with the token endpoint.
Set to token to specify that the client should
get the access token (and, optionally, ID token, based on
scopes) directly.
public UserPoolClientType withAllowedOAuthFlows(String... allowedOAuthFlows)
Set to code to initiate a code grant flow, which provides an
authorization code as the response. This code can be exchanged for access
tokens with the token endpoint.
Set to token to specify that the client should get the
access token (and, optionally, ID token, based on scopes) directly.
Returns a reference to this object so that method calls can be chained together.
allowedOAuthFlows -
Set to code to initiate a code grant flow, which
provides an authorization code as the response. This code can
be exchanged for access tokens with the token endpoint.
Set to token to specify that the client should
get the access token (and, optionally, ID token, based on
scopes) directly.
public UserPoolClientType withAllowedOAuthFlows(Collection<String> allowedOAuthFlows)
Set to code to initiate a code grant flow, which provides an
authorization code as the response. This code can be exchanged for access
tokens with the token endpoint.
Set to token to specify that the client should get the
access token (and, optionally, ID token, based on scopes) directly.
Returns a reference to this object so that method calls can be chained together.
allowedOAuthFlows -
Set to code to initiate a code grant flow, which
provides an authorization code as the response. This code can
be exchanged for access tokens with the token endpoint.
Set to token to specify that the client should
get the access token (and, optionally, ID token, based on
scopes) directly.
public List<String> getAllowedOAuthScopes()
A list of allowed OAuth scopes. Currently supported values
are "phone", "email", "openid",
and "Cognito".
A list of allowed OAuth scopes. Currently supported
values are "phone", "email",
"openid", and "Cognito".
public void setAllowedOAuthScopes(Collection<String> allowedOAuthScopes)
A list of allowed OAuth scopes. Currently supported values
are "phone", "email", "openid",
and "Cognito".
allowedOAuthScopes -
A list of allowed OAuth scopes. Currently
supported values are "phone",
"email", "openid", and
"Cognito".
public UserPoolClientType withAllowedOAuthScopes(String... allowedOAuthScopes)
A list of allowed OAuth scopes. Currently supported values
are "phone", "email", "openid",
and "Cognito".
Returns a reference to this object so that method calls can be chained together.
allowedOAuthScopes -
A list of allowed OAuth scopes. Currently
supported values are "phone",
"email", "openid", and
"Cognito".
public UserPoolClientType withAllowedOAuthScopes(Collection<String> allowedOAuthScopes)
A list of allowed OAuth scopes. Currently supported values
are "phone", "email", "openid",
and "Cognito".
Returns a reference to this object so that method calls can be chained together.
allowedOAuthScopes -
A list of allowed OAuth scopes. Currently
supported values are "phone",
"email", "openid", and
"Cognito".
public Boolean isAllowedOAuthFlowsUserPoolClient()
Set to TRUE if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
Set to TRUE if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
public Boolean getAllowedOAuthFlowsUserPoolClient()
Set to TRUE if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
Set to TRUE if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
public void setAllowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
Set to TRUE if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
allowedOAuthFlowsUserPoolClient - Set to TRUE if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
public UserPoolClientType withAllowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
Set to TRUE if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
Returns a reference to this object so that method calls can be chained together.
allowedOAuthFlowsUserPoolClient - Set to TRUE if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
public AnalyticsConfigurationType getAnalyticsConfiguration()
The Amazon Pinpoint analytics configuration for the user pool client.
The Amazon Pinpoint analytics configuration for the user pool client.
public void setAnalyticsConfiguration(AnalyticsConfigurationType analyticsConfiguration)
The Amazon Pinpoint analytics configuration for the user pool client.
analyticsConfiguration - The Amazon Pinpoint analytics configuration for the user pool client.
public UserPoolClientType withAnalyticsConfiguration(AnalyticsConfigurationType analyticsConfiguration)
The Amazon Pinpoint analytics configuration for the user pool client.
Returns a reference to this object so that method calls can be chained together.
analyticsConfiguration - The Amazon Pinpoint analytics configuration for the user pool client.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.