Class: Aws::CognitoIdentityProvider::Types::ListWebAuthnCredentialsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ListWebAuthnCredentialsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credentials ⇒ Array<Types::WebAuthnCredentialDescription>
A list of registered passkeys for a user.
-
#next_token ⇒ String
An identifier that you can use in a later request to return the next set of items in the list.
Instance Attribute Details
#credentials ⇒ Array<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_token ⇒ String
An identifier that you can use in a later request to return the next set of items in the list.
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 |