Interface VerifySoftwareTokenResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CognitoIdentityProviderResponse.Builder
,CopyableBuilder<VerifySoftwareTokenResponse.Builder,
,VerifySoftwareTokenResponse> SdkBuilder<VerifySoftwareTokenResponse.Builder,
,VerifySoftwareTokenResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
VerifySoftwareTokenResponse
@Mutable
@NotThreadSafe
public static interface VerifySoftwareTokenResponse.Builder
extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<VerifySoftwareTokenResponse.Builder,VerifySoftwareTokenResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThis session ID satisfies anMFA_SETUP
challenge.Amazon Cognito can accept or reject the code that you provide.Amazon Cognito can accept or reject the code that you provide.Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
Amazon Cognito can accept or reject the code that you provide. This response parameter indicates the success of TOTP verification. Some reasons that this operation might return an error are clock skew on the user's device and excessive retries.
- Parameters:
status
- Amazon Cognito can accept or reject the code that you provide. This response parameter indicates the success of TOTP verification. Some reasons that this operation might return an error are clock skew on the user's device and excessive retries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Amazon Cognito can accept or reject the code that you provide. This response parameter indicates the success of TOTP verification. Some reasons that this operation might return an error are clock skew on the user's device and excessive retries.
- Parameters:
status
- Amazon Cognito can accept or reject the code that you provide. This response parameter indicates the success of TOTP verification. Some reasons that this operation might return an error are clock skew on the user's device and excessive retries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
session
This session ID satisfies an
MFA_SETUP
challenge. Supply the session ID in your challenge response.- Parameters:
session
- This session ID satisfies anMFA_SETUP
challenge. Supply the session ID in your challenge response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-