Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PreAuthenticationTriggerEvent

Hierarchy

  • BaseTriggerEvent<"PreAuthentication_Authentication">
    • PreAuthenticationTriggerEvent

Index

Properties

callerContext

callerContext: { awsSdkVersion: string; clientId: string }

Type declaration

  • awsSdkVersion: string
  • clientId: string

region

region: string

request

request: { userAttributes: StringMap; userNotFound?: boolean; validationData?: StringMap }

Type declaration

  • userAttributes: StringMap
  • Optional userNotFound?: boolean
  • Optional validationData?: StringMap

response

response: {}

Type declaration

triggerSource

triggerSource: "PreAuthentication_Authentication"

userName

userName: string

userPoolId

userPoolId: string

version

version: string

Generated using TypeDoc