Class: Aws::Types::InitiateAuthRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:auth_parameters, :client_id, :user_context_data, :session])

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_metadataTypes::AnalyticsMetadataType

Returns the value of attribute analytics_metadata.



1350
1351
1352
# File 'sig/types.rbs', line 1350

def 
  @analytics_metadata
end

#auth_flow"USER_SRP_AUTH", ...

Returns the value of attribute auth_flow.

Returns:

  • ("USER_SRP_AUTH", "REFRESH_TOKEN_AUTH", "REFRESH_TOKEN", "CUSTOM_AUTH", "ADMIN_NO_SRP_AUTH", "USER_PASSWORD_AUTH", "ADMIN_USER_PASSWORD_AUTH", "USER_AUTH")


1346
1347
1348
# File 'sig/types.rbs', line 1346

def auth_flow
  @auth_flow
end

#auth_parameters::Hash[::String, ::String]

Returns the value of attribute auth_parameters.

Returns:

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


1347
1348
1349
# File 'sig/types.rbs', line 1347

def auth_parameters
  @auth_parameters
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1349
1350
1351
# File 'sig/types.rbs', line 1349

def client_id
  @client_id
end

#client_metadata::Hash[::String, ::String]

Returns the value of attribute client_metadata.

Returns:

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


1348
1349
1350
# File 'sig/types.rbs', line 1348

def 
  @client_metadata
end

#session::String

Returns the value of attribute session.

Returns:

  • (::String)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def session
  @session
end

#user_context_dataTypes::UserContextDataType

Returns the value of attribute user_context_data.



1351
1352
1353
# File 'sig/types.rbs', line 1351

def user_context_data
  @user_context_data
end