Class: Aws::Types::AuthenticateCognitoActionConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_request_extra_params::Hash[::String, ::String]

Returns the value of attribute authentication_request_extra_params.

Returns:



81
82
83
# File 'sig/types.rbs', line 81

def authentication_request_extra_params
  @authentication_request_extra_params
end

#on_unauthenticated_request"deny", ...

Returns the value of attribute on_unauthenticated_request.

Returns:



82
83
84
# File 'sig/types.rbs', line 82

def on_unauthenticated_request
  @on_unauthenticated_request
end

#scope::String

Returns the value of attribute scope.

Returns:



79
80
81
# File 'sig/types.rbs', line 79

def scope
  @scope
end

Returns the value of attribute session_cookie_name.

Returns:



78
79
80
# File 'sig/types.rbs', line 78

def session_cookie_name
  @session_cookie_name
end

#session_timeout::Integer

Returns the value of attribute session_timeout.

Returns:



80
81
82
# File 'sig/types.rbs', line 80

def session_timeout
  @session_timeout
end

#user_pool_arn::String

Returns the value of attribute user_pool_arn.

Returns:



75
76
77
# File 'sig/types.rbs', line 75

def user_pool_arn
  @user_pool_arn
end

#user_pool_client_id::String

Returns the value of attribute user_pool_client_id.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def user_pool_client_id
  @user_pool_client_id
end

#user_pool_domain::String

Returns the value of attribute user_pool_domain.

Returns:



77
78
79
# File 'sig/types.rbs', line 77

def user_pool_domain
  @user_pool_domain
end