Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SessionModule

Index

Methods

deleteAccount

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

getSession

  • getSession(): Promise<Session | null>

getUserInfo

getUserSettings

register

requestCancelAccount

  • requestCancelAccount(): Promise<void>

resetPassword

setPrivacyConsent

setSession

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

signInWithCredentials

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

signInWithDeviceId

signInWithFacebookAccessToken

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

signInWithGoogleIdToken

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

signInWithJwtToken

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

signOut

  • signOut(): Promise<void>

unsubscribeEmail

updateUserSettings

Generated using TypeDoc