MCPcopy Create free account

hub / github.com/Lokicoule/nestjs-cognito / functions

Functions278 in github.com/Lokicoule/nestjs-cognito

FunctionCodeGroup
({ children, title, ...props }: React.ComponentPropsWithoutRef<typeof CodeGroupPanels> & { title: string
apps/docs/src/components/Code.tsx:309
FunctionCodeGroupHeader
({ title, children, selectedIndex, }: { title: string children: React.ReactNode selectedIndex: num
apps/docs/src/components/Code.tsx:170
FunctionCodeGroupPanels
({ children, ...props }: React.ComponentPropsWithoutRef<typeof CodePanel>)
apps/docs/src/components/Code.tsx:212
FunctionCodePanel
({ children, tag, label, code, }: { children: React.ReactNode tag?: string label?: string code
apps/docs/src/components/Code.tsx:134
FunctionCodePanelHeader
({ tag, label }: { tag?: string; label?: string })
apps/docs/src/components/Code.tsx:112
FunctionCogIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/CogIcon.tsx:1
FunctionCol
({ children, sticky = false, }: { children: React.ReactNode sticky?: boolean })
apps/docs/src/components/mdx.tsx:96
FunctionCopyButton
({ code }: { code: string })
apps/docs/src/components/Code.tsx:61
FunctionCopyIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/CopyIcon.tsx:1
FunctionCoreIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/CoreIcon.tsx:2
FunctionDocumentIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/DocumentIcon.tsx:1
FunctionEnvelopeIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/EnvelopeIcon.tsx:1
FunctionEyebrow
({ tag, label }: { tag?: string; label?: string })
apps/docs/src/components/Heading.tsx:25
FunctionFaceSmileIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/FaceSmileIcon.tsx:1
FunctionFeedback
()
apps/docs/src/components/Feedback.tsx:71
FunctionFeedbackButton
( props: Omit<React.ComponentPropsWithoutRef<'button'>, 'type' | 'className'>, )
apps/docs/src/components/Feedback.tsx:21
FunctionFolderIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/FolderIcon.tsx:1
FunctionFooter
()
apps/docs/src/components/Footer.tsx:83
FunctionGitHubIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/Header.tsx:14
FunctionHeading
({ children, tag, label, level, anchor = true, ...props }: React.ComponentPropsWithoutRef<`h${Leve
apps/docs/src/components/Heading.tsx:69
FunctionHighlightQuery
({ text, query }: { text: string; query: string })
apps/docs/src/components/Search.tsx:152
FunctionHint
({ children }: { children: React.ReactNode })
apps/docs/src/components/mdx.tsx:67
FunctionInfoIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/mdx.tsx:29
FunctionLayout
({ children, allSections, }: { children: React.ReactNode allSections: Record<string, Array<Section>> }
apps/docs/src/components/Layout.tsx:13
FunctionLinkIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/LinkIcon.tsx:1
FunctionListIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/ListIcon.tsx:1
FunctionLoadingIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/Search.tsx:123
FunctionLogo
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/Logo.tsx:4
FunctionMagnifyingGlassIcon
( props: React.ComponentPropsWithoutRef<'svg'>, )
apps/docs/src/components/icons/MagnifyingGlassIcon.tsx:1
FunctionMapPinIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/MapPinIcon.tsx:1
FunctionMenuIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/MobileNavigation.tsx:19
FunctionMermaid
({ children }: { children: React.ReactNode })
apps/docs/src/components/mdx.tsx:86
FunctionMobileNavigation
()
apps/docs/src/components/MobileNavigation.tsx:152
FunctionMobileNavigationDialog
({ isOpen, close, }: { isOpen: boolean close: () => void })
apps/docs/src/components/MobileNavigation.tsx:49
FunctionMobileSearch
()
apps/docs/src/components/Search.tsx:488
FunctionNavLink
({ href, children, tag, active = false, isAnchorLink = false, }: { href: string children: React.
apps/docs/src/components/Navigation.tsx:47
FunctionNavigation
(props: React.ComponentPropsWithoutRef<'nav'>)
apps/docs/src/components/Navigation.tsx:287
FunctionNavigationGroup
({ group, className, }: { group: NavGroup className?: string })
apps/docs/src/components/Navigation.tsx:148
FunctionNoResultsIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/Search.tsx:111
FunctionNotFound
()
apps/docs/src/app/not-found.tsx:3
FunctionNote
({ children }: { children: React.ReactNode })
apps/docs/src/components/mdx.tsx:45
FunctionPackageIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/PackageIcon.tsx:1
FunctionPageLink
({ label, page, previous = false, }: { label: string page: { href: string; title: string } previou
apps/docs/src/components/Footer.tsx:9
FunctionPageNavigation
()
apps/docs/src/components/Footer.tsx:40
FunctionPaperAirplaneIcon
( props: React.ComponentPropsWithoutRef<'svg'>, )
apps/docs/src/components/icons/PaperAirplaneIcon.tsx:1
FunctionPaperClipIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/PaperClipIcon.tsx:1
FunctionPre
({ children, ...props }: React.ComponentPropsWithoutRef<typeof CodeGroup>)
apps/docs/src/components/Code.tsx:369
FunctionProperties
({ children }: { children: React.ReactNode })
apps/docs/src/components/mdx.tsx:115
FunctionProperty
({ name, children, type, }: { name: string children: React.ReactNode type?: string })
apps/docs/src/components/mdx.tsx:128
FunctionProse
({ as, className, ...props }: Omit<React.ComponentPropsWithoutRef<T>, 'as' | 'className'> & { as?: T
apps/docs/src/components/Prose.tsx:3
FunctionProviders
({ children }: { children: React.ReactNode })
apps/docs/src/app/providers.tsx:30
FunctionReactIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/ReactIcon.tsx:1
FunctionRootLayout
({ children, }: { children: React.ReactNode })
apps/docs/src/app/layout.tsx:67
FunctionRow
({ children }: { children: React.ReactNode })
apps/docs/src/components/mdx.tsx:78
FunctionSearch
(nextConfig = {})
apps/docs/src/mdx/search.mjs:47
FunctionSearch
()
apps/docs/src/components/Search.tsx:457
FunctionSearchDialog
({ open, setOpen, className, }: { open: boolean setOpen: (open: boolean) => void className?: strin
apps/docs/src/components/Search.tsx:318
FunctionSearchIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/Search.tsx:99
FunctionSearchResult
({ result, resultIndex, autocomplete, collection, query, }: { result: Result resultIndex: number
apps/docs/src/components/Search.tsx:163
FunctionSearchResults
({ autocomplete, query, collection, }: { autocomplete: Autocomplete query: string collection: Auto
apps/docs/src/components/Search.tsx:230
FunctionSectionProvider
({ sections, children, }: { sections: Array<Section> children: React.ReactNode })
apps/docs/src/components/SectionProvider.tsx:128
FunctionShapesIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/ShapesIcon.tsx:1
FunctionShirtIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/ShirtIcon.tsx:1
FunctionSmallPrint
()
apps/docs/src/components/Footer.tsx:73
FunctionSocialLink
({ href, icon: Icon, children, }: { href: string icon: React.ComponentType<{ className?: string }>
apps/docs/src/components/Header.tsx:26
FunctionSquaresPlusIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/SquaresPlusIcon.tsx:1
FunctionTag
({ children, variant = 'medium', color = valueColorMap[children] ?? 'emerald', }: { children: keyof ty
apps/docs/src/components/Tag.tsx:43
FunctionTagIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/TagIcon.tsx:1
FunctionThemeWatcher
()
apps/docs/src/app/providers.tsx:6
FunctionTopLevelNavItem
({ href, children, }: { href: string children: React.ReactNode })
apps/docs/src/components/Navigation.tsx:28
FunctionUserIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/UserIcon.tsx:1
FunctionUsersIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/icons/UsersIcon.tsx:1
FunctionVisibleSectionHighlight
({ group, pathname, }: { group: NavGroup pathname: string })
apps/docs/src/components/Navigation.tsx:82
FunctionWarning
({ children }: { children: React.ReactNode })
apps/docs/src/components/mdx.tsx:56
FunctionXIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/docs/src/components/MobileNavigation.tsx:33
FunctioncanActivate
* Determines if a request can activate a route. * Handles authentication for both public and protected routes. * * @param {ExecutionContext}
packages/auth/lib/abstract.guard.ts:58
MethodclientId
* Get the client ID * @returns {string | undefined} - The client ID
packages/auth/lib/user/user.builder.ts:30
MethodclientId
* Get the client ID (for machine-to-machine authentication) * @returns {string | undefined} - The client ID
packages/auth/lib/user/user.model.ts:28
Functionconstructor
( @InjectCognitoJwtVerifier() jwtVerifier: CognitoJwtVerifier, reflector: Reflector, @InjectCo
packages/auth/lib/abstract.guard.ts:39
Methodconstructor
(builder: UserBuilder)
packages/auth/lib/user/user.model.ts:9
Methodconstructor
(expectedType: string, actualType: string)
packages/auth/lib/errors/cognito-token-type-mismatch.error.ts:5
Methodconstructor
* Creates a new instance of CognitoJwtVerifier. * @param props - The properties for the CognitoJwtVerifier.
packages/core/lib/adapters/cognito-jwt-verifier.adapter.ts:37
Methodconstructor
* Creates a new cookie-based JWT extractor. * @param cookieName - The name of the cookie containing the JWT token. Defaults to 'access_token'
packages/core/lib/extractors/cookie-jwt.extractor.ts:23
Methodconstructor
( @InjectCognitoIdentityProvider() private readonly client: CognitoIdentityProvider, )
packages/core/tests/common/app.service.ts:7
Methodconstructor
(private readonly appService: AppService)
packages/core/tests/common/app.controller.ts:6
Methodconstructor
(username: string, email: string, groups: string[])
packages/graphql/tests/auth/dto/user.dto.ts:14
Methodconstructor
( @InjectCognitoIdentityProvider() private readonly client: CognitoIdentityProvider, private reado
packages/testing/lib/cognito-testing.service.ts:20
Methodconstructor
(private readonly cognitoTestingService: CognitoTestingService)
packages/testing/lib/cognito-testing.controller.ts:7
Methodconstructor
(name: string)
sample/02-auth-graphql/src/manta/dto/manta.dto.ts:8
Methodconstructor
(username: string, email: string, groups: string[])
sample/02-auth-graphql/src/auth/dto/user.dto.ts:14
Methodconstructor
(name: string)
sample/02-auth-graphql/src/dolphin/dto/dolphin.dto.ts:8
Methodconstructor
(name: string)
sample/02-auth-graphql/src/whale/dto/whale.dto.ts:8
Methodconstructor
(name: string)
sample/02-auth-graphql/src/shark/dto/shark.dto.ts:8
MethodcreateCognitoModuleOptions
()
packages/auth/lib/cognito-auth.module.spec.ts:60
MethodcreateCognitoModuleOptions
()
packages/core/lib/cognito.module.spec.ts:108
MethodcreateCognitoModuleOptions
()
packages/core/tests/use-class/cognito.config.service.ts:4
MethodcreateCognitoModuleOptions
()
packages/testing/lib/cognito-testing.module.spec.ts:56
MethodcreateJwtVerifierFactory
* Utility function to create a JWT verifier factory
packages/testing/lib/cognito-testing.module.ts:28
Methodemail
* Get the email of the user * @returns {string} - The email address
packages/auth/lib/user/user.builder.ts:47
Methodemail
* Get the email address of the user * @returns {string} - The email address
packages/auth/lib/user/user.model.ts:36
← previousnext →101–200 of 278, ranked by callers