AuthenticateCognitoActionConfig

Request parameters to use when integrating with Amazon Cognito to authenticate users.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

Link copied to clipboard

The behavior if the user is not authenticated. The following are possible values:

Link copied to clipboard

The set of user claims to be requested from the IdP. The default is openid.

Link copied to clipboard

The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

Link copied to clipboard

The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

Link copied to clipboard

The ID of the Amazon Cognito user pool client.

Link copied to clipboard

The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String