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.



7880
7881
7882
7883
7884
7885
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7880

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)


7880
7881
7882
7883
7884
7885
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7880

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