Options
All
  • Public
  • Public/Protected
  • All
Menu

These are the SDK reference docs. If you’re looking for docs to implement SuperTokens, you might want to check out the User Guides

Hierarchy

  • default

Index

Constructors

constructor

Methods

Static addAxiosInterceptors

  • addAxiosInterceptors(axiosInstance: any, userContext?: any): void

Static attemptRefreshingSession

  • attemptRefreshingSession(): Promise<boolean>

Static doesSessionExist

  • doesSessionExist(input?: { userContext?: any }): Promise<boolean>

Static getAccessTokenPayloadSecurely

  • getAccessTokenPayloadSecurely(input?: { userContext?: any }): Promise<any>

Static getUserId

  • getUserId(input?: { userContext?: any }): Promise<string>

Static init

  • init(config?: UserInput): CreateRecipeFunction<unknown>

Static signOut

  • signOut(input?: { userContext?: any }): Promise<void>

Generated using TypeDoc