Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VerifyAuthChallengeResponseTriggerEvent

Hierarchy

  • BaseTriggerEvent<"VerifyAuthChallengeResponse_Authentication">
    • VerifyAuthChallengeResponseTriggerEvent

Index

Properties

callerContext

callerContext: { awsSdkVersion: string; clientId: string }

Type declaration

  • awsSdkVersion: string
  • clientId: string

region

region: string

request

request: { challengeAnswer: string; clientMetadata?: StringMap; privateChallengeParameters: StringMap; userAttributes: StringMap; userNotFound?: boolean }

Type declaration

  • challengeAnswer: string
  • Optional clientMetadata?: StringMap
  • privateChallengeParameters: StringMap
  • userAttributes: StringMap
  • Optional userNotFound?: boolean

response

response: { answerCorrect: boolean }

Type declaration

  • answerCorrect: boolean

triggerSource

triggerSource: "VerifyAuthChallengeResponse_Authentication"

userName

userName: string

userPoolId

userPoolId: string

version

version: string

Generated using TypeDoc