Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateAuthChallengeTriggerEvent

Hierarchy

  • BaseTriggerEvent<"CreateAuthChallenge_Authentication">
    • CreateAuthChallengeTriggerEvent

Index

Properties

callerContext

callerContext: { awsSdkVersion: string; clientId: string }

Type declaration

  • awsSdkVersion: string
  • clientId: string

region

region: string

request

request: { challengeName: string; clientMetadata?: StringMap; session: (ChallengeResult | CustomChallengeResult)[]; userAttributes: StringMap; userNotFound?: boolean }

Type declaration

  • challengeName: string
  • Optional clientMetadata?: StringMap
  • session: (ChallengeResult | CustomChallengeResult)[]
  • userAttributes: StringMap
  • Optional userNotFound?: boolean

response

response: { challengeMetadata: string; privateChallengeParameters: StringMap; publicChallengeParameters: StringMap }

Type declaration

  • challengeMetadata: string
  • privateChallengeParameters: StringMap
  • publicChallengeParameters: StringMap

triggerSource

triggerSource: "CreateAuthChallenge_Authentication"

userName

userName: string

userPoolId

userPoolId: string

version

version: string

Generated using TypeDoc