Class: Aws::Types::AuthenticateOidcActionConfig

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:

  • (::Hash[::String, ::String])


96
97
98
# File 'sig/types.rbs', line 96

def authentication_request_extra_params
  @authentication_request_extra_params
end

#authorization_endpoint::String

Returns the value of attribute authorization_endpoint.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def authorization_endpoint
  @authorization_endpoint
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def client_secret
  @client_secret
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def issuer
  @issuer
end

#on_unauthenticated_request"deny", ...

Returns the value of attribute on_unauthenticated_request.

Returns:

  • ("deny", "allow", "authenticate")


97
98
99
# File 'sig/types.rbs', line 97

def on_unauthenticated_request
  @on_unauthenticated_request
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def scope
  @scope
end

Returns the value of attribute session_cookie_name.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def session_cookie_name
  @session_cookie_name
end

#session_timeout::Integer

Returns the value of attribute session_timeout.

Returns:

  • (::Integer)


95
96
97
# File 'sig/types.rbs', line 95

def session_timeout
  @session_timeout
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def token_endpoint
  @token_endpoint
end

#use_existing_client_secretBoolean

Returns the value of attribute use_existing_client_secret.

Returns:

  • (Boolean)


98
99
100
# File 'sig/types.rbs', line 98

def use_existing_client_secret
  @use_existing_client_secret
end

#user_info_endpoint::String

Returns the value of attribute user_info_endpoint.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def 
  @user_info_endpoint
end