Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "types"

Index

Type aliases

ValidateCallback

ValidateCallback: (err: Error | null, profile?: saml.Profile | null, loggedOut?: undefined | false | true) => void

Type declaration

    • (err: Error | null, profile?: saml.Profile | null, loggedOut?: undefined | false | true): void
    • Parameters

      • err: Error | null
      • Optional profile: saml.Profile | null
      • Optional loggedOut: undefined | false | true

      Returns void

VerifyCallback

VerifyCallback: (profile?: saml.Profile | null, verified?: saml.VerifiedCallback) => void

Type declaration

    • (profile?: saml.Profile | null, verified?: saml.VerifiedCallback): void
    • Parameters

      • Optional profile: saml.Profile | null
      • Optional verified: saml.VerifiedCallback

      Returns void

VerifyCallbackWithRequest

VerifyCallbackWithRequest: (req: RequestWithUser, profile?: saml.Profile | null, info?: any) => void

Type declaration

    • Parameters

      • req: RequestWithUser
      • Optional profile: saml.Profile | null
      • Optional info: any

      Returns void

Generated using TypeDoc