public static interface VerifySoftwareTokenRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<VerifySoftwareTokenRequest.Builder,VerifySoftwareTokenRequest>
| Modifier and Type | Method and Description |
|---|---|
VerifySoftwareTokenRequest.Builder |
accessToken(String accessToken)
A valid access token that Amazon Cognito issued to the user whose software token you want to verify.
|
VerifySoftwareTokenRequest.Builder |
friendlyDeviceName(String friendlyDeviceName)
The friendly device name.
|
VerifySoftwareTokenRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
VerifySoftwareTokenRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
VerifySoftwareTokenRequest.Builder |
session(String session)
The session that should be passed both ways in challenge-response calls to the service.
|
VerifySoftwareTokenRequest.Builder |
userCode(String userCode)
The one- time password computed using the secret code returned by AssociateSoftwareToken.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildVerifySoftwareTokenRequest.Builder accessToken(String accessToken)
A valid access token that Amazon Cognito issued to the user whose software token you want to verify.
accessToken - A valid access token that Amazon Cognito issued to the user whose software token you want to verify.VerifySoftwareTokenRequest.Builder session(String session)
The session that should be passed both ways in challenge-response calls to the service.
session - The session that should be passed both ways in challenge-response calls to the service.VerifySoftwareTokenRequest.Builder userCode(String userCode)
The one- time password computed using the secret code returned by AssociateSoftwareToken.
userCode - The one- time password computed using the secret code returned by AssociateSoftwareToken.VerifySoftwareTokenRequest.Builder friendlyDeviceName(String friendlyDeviceName)
The friendly device name.
friendlyDeviceName - The friendly device name.VerifySoftwareTokenRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderVerifySoftwareTokenRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.