Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

constructor

Properties

Static useTranslation

useTranslation: () => TranslationFunc = useTranslation

Type declaration

    • (): TranslationFunc
    • Returns TranslationFunc

Methods

Static canHandleRoute

  • canHandleRoute(): boolean

Static changeLanguage

  • changeLanguage(language: string): void

Static getRoutingComponent

  • getRoutingComponent(): null | Element

Static getSuperTokensRoutesForReactRouterDom

  • getSuperTokensRoutesForReactRouterDom(reactRouterDom: any): Element[]

Static init

  • init(config: SuperTokensConfig): void

Static loadTranslation

  • loadTranslation(store: Record<string, Record<string, undefined | string>>): void
  • Parameters

    • store: Record<string, Record<string, undefined | string>>

    Returns void

Generated using TypeDoc