Class: Aws::Types::AdminInitiateAuthRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

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

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_metadataTypes::AnalyticsMetadataType

Returns the value of attribute analytics_metadata.



213
214
215
# File 'sig/types.rbs', line 213

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


210
211
212
# File 'sig/types.rbs', line 210

def auth_flow
  @auth_flow
end

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

Returns the value of attribute auth_parameters.

Returns:

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


211
212
213
# File 'sig/types.rbs', line 211

def auth_parameters
  @auth_parameters
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def client_id
  @client_id
end

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

Returns the value of attribute client_metadata.

Returns:

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


212
213
214
# File 'sig/types.rbs', line 212

def 
  @client_metadata
end

#context_dataTypes::ContextDataType

Returns the value of attribute context_data.



214
215
216
# File 'sig/types.rbs', line 214

def context_data
  @context_data
end

#session::String

Returns the value of attribute session.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def session
  @session
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def user_pool_id
  @user_pool_id
end