Class: Aws::CognitoIdentityProvider::Types::ListWebAuthnCredentialsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsArray<Types::WebAuthnCredentialDescription>

A list of registered passkeys for a user.



8178
8179
8180
8181
8182
8183
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8178

class ListWebAuthnCredentialsResponse < Struct.new(
  :credentials,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An identifier that you can use in a later request to return the next set of items in the list.

Returns:

  • (String)


8178
8179
8180
8181
8182
8183
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8178

class ListWebAuthnCredentialsResponse < Struct.new(
  :credentials,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end