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.



1382
1383
1384
# File 'sig/types.rbs', line 1382

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")


1378
1379
1380
# File 'sig/types.rbs', line 1378

def auth_flow
  @auth_flow
end

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

Returns the value of attribute auth_parameters.

Returns:

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


1379
1380
1381
# File 'sig/types.rbs', line 1379

def auth_parameters
  @auth_parameters
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1381
1382
1383
# File 'sig/types.rbs', line 1381

def client_id
  @client_id
end

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

Returns the value of attribute client_metadata.

Returns:

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


1380
1381
1382
# File 'sig/types.rbs', line 1380

def 
  @client_metadata
end

#session::String

Returns the value of attribute session.

Returns:

  • (::String)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def session
  @session
end

#user_context_dataTypes::UserContextDataType

Returns the value of attribute user_context_data.



1383
1384
1385
# File 'sig/types.rbs', line 1383

def user_context_data
  @user_context_data
end