Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.WebAuthnCredentialDescription
-
Packages that use WebAuthnCredentialDescription Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of WebAuthnCredentialDescription in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type WebAuthnCredentialDescription Modifier and Type Method Description List<WebAuthnCredentialDescription>ListWebAuthnCredentialsResponse. credentials()A list of registered passkeys for a user.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type WebAuthnCredentialDescription Modifier and Type Method Description ListWebAuthnCredentialsResponse.BuilderListWebAuthnCredentialsResponse.Builder. credentials(WebAuthnCredentialDescription... credentials)A list of registered passkeys for a user.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type WebAuthnCredentialDescription Modifier and Type Method Description ListWebAuthnCredentialsResponse.BuilderListWebAuthnCredentialsResponse.Builder. credentials(Collection<WebAuthnCredentialDescription> credentials)A list of registered passkeys for a user.
-