Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Session/index"

Index

Functions

deleteAccount

  • deleteAccount(id: string, hash: string): Promise<void>

getSession

  • getSession(): Promise<Session | null>

getUserInfo

getUserSettings

handleSettingsChange

  • handleSettingsChange(): Promise<void>

register

requestCancelAccount

  • requestCancelAccount(): Promise<void>

resetPassword

setPrivacyConsent

setSession

  • setSession(userSession: Session | null): Promise<void>

signInWithCredentials

  • signInWithCredentials(email: string, password: string, deviceId?: undefined | string, devicePlatform?: undefined | string): Promise<AuthenticationResponseCode>

signInWithDeviceId

signInWithFacebookAccessToken

  • signInWithFacebookAccessToken(accessToken: string | null, deviceId?: undefined | string, devicePlatform?: undefined | string): Promise<AuthenticationResponseCode>

signInWithGoogleIdToken

  • signInWithGoogleIdToken(accessToken: string | null, deviceId?: undefined | string, devicePlatform?: undefined | string): Promise<AuthenticationResponseCode>

signInWithJwtToken

  • signInWithJwtToken(jwt: string, deviceId?: undefined | string, devicePlatform?: undefined | string): Promise<AuthenticationResponseCode>

unsubscribeEmail

updateUserSettings

Generated using TypeDoc