Class: Aws::CognitoIdentityProvider::Types::ListWebAuthnCredentialsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:access_token]

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenString

A valid access token that Amazon Cognito issued to the user whose registered passkeys you want to list.

Returns:

  • (String)


8159
8160
8161
8162
8163
8164
8165
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8159

class ListWebAuthnCredentialsRequest < Struct.new(
  :access_token,
  :next_token,
  :max_results)
  SENSITIVE = [:access_token]
  include Aws::Structure
end

#max_resultsInteger

The maximum number of the user’s passkey credentials that you want to return.

Returns:

  • (Integer)


8159
8160
8161
8162
8163
8164
8165
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8159

class ListWebAuthnCredentialsRequest < Struct.new(
  :access_token,
  :next_token,
  :max_results)
  SENSITIVE = [:access_token]
  include Aws::Structure
end

#next_tokenString

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

Returns:

  • (String)


8159
8160
8161
8162
8163
8164
8165
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8159

class ListWebAuthnCredentialsRequest < Struct.new(
  :access_token,
  :next_token,
  :max_results)
  SENSITIVE = [:access_token]
  include Aws::Structure
end