Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.StartWebAuthnRegistrationRequest.Builder
-
Packages that use StartWebAuthnRegistrationRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of StartWebAuthnRegistrationRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type StartWebAuthnRegistrationRequest.Builder Modifier and Type Method Description default CompletableFuture<StartWebAuthnRegistrationResponse>CognitoIdentityProviderAsyncClient. startWebAuthnRegistration(Consumer<StartWebAuthnRegistrationRequest.Builder> startWebAuthnRegistrationRequest)Requests credential creation options from your user pool for registration of a passkey authenticator.default StartWebAuthnRegistrationResponseCognitoIdentityProviderClient. startWebAuthnRegistration(Consumer<StartWebAuthnRegistrationRequest.Builder> startWebAuthnRegistrationRequest)Requests credential creation options from your user pool for registration of a passkey authenticator. -
Uses of StartWebAuthnRegistrationRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return StartWebAuthnRegistrationRequest.Builder Modifier and Type Method Description StartWebAuthnRegistrationRequest.BuilderStartWebAuthnRegistrationRequest.Builder. accessToken(String accessToken)A valid access token that Amazon Cognito issued to the user whose passkey metadata you want to generate.static StartWebAuthnRegistrationRequest.BuilderStartWebAuthnRegistrationRequest. builder()StartWebAuthnRegistrationRequest.BuilderStartWebAuthnRegistrationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartWebAuthnRegistrationRequest.BuilderStartWebAuthnRegistrationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartWebAuthnRegistrationRequest.BuilderStartWebAuthnRegistrationRequest. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type StartWebAuthnRegistrationRequest.Builder Modifier and Type Method Description static Class<? extends StartWebAuthnRegistrationRequest.Builder>StartWebAuthnRegistrationRequest. serializableBuilderClass()
-