Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

SDB: SDB = ...

Methods

  • confirmOTP(tagoIORunURL: string, pinCode: string, typeOTP: OTPType): Promise<string>
  • Confirm OTP enabling process for a given OTP Type

    Parameters

    • tagoIORunURL: string
    • pinCode: string
    • typeOTP: OTPType

      authenticator, sms or email

    Returns Promise<string>

  • delete(tagoIORunURL: string): Promise<string>
  • notificationButton(tagoIORunURL: string, notificationID: string, buttonID: string): Promise<any>
  • Trigger notification button

    Parameters

    • tagoIORunURL: string

      TagoIO Run url without http

    • notificationID: string

      TagoIO Run notification id

    • buttonID: string

      Notification button id

    Returns Promise<any>

  • notificationDelete(tagoIORunURL: string, notificationID: string): Promise<string>
  • Delete notification

    Parameters

    • tagoIORunURL: string

      TagoIO Run url without http

    • notificationID: string

      TagoIO Run notification id

    Returns Promise<string>

  • notificationMarkAllRead(tagoIORunURL: string): Promise<string>
  • notificationMarkRead(tagoIORunURL: string, notificationIDs: string | string[]): Promise<string>
  • Mark notification as read

    Parameters

    • tagoIORunURL: string

      TagoIO Run url without http

    • notificationIDs: string | string[]

      array of notification ids or a single id

    Returns Promise<string>

  • notificationMarkUnread(tagoIORunURL: string, notificationIDs: string | string[]): Promise<string>
  • Mark notification as unread

    Parameters

    • tagoIORunURL: string

      TagoIO Run url without http

    • notificationIDs: string | string[]

      array of notification ids or a single id

    Returns Promise<string>

  • passwordChange(tagoIORunURL: string, password: string): Promise<string>
  • Change password using token of the password recover.

    Parameters

    • tagoIORunURL: string

      TagoIO Run url without http

    • password: string

      New password

    Returns Promise<string>

  • confirmUser(tagoIORunURL: string, token: string, region?: Regions): Promise<string>
  • Confirm User on TagoIO Run (Anonymous)

    Parameters

    • tagoIORunURL: string

      TagoIO Run url without http

    • token: string

      TagoIO Run user token

    • Optional region: Regions

      TagoIO Region Server [default usa-1]

    Returns Promise<string>

  • passwordRecover(tagoIORunURL: string, email: string, region?: Regions): Promise<string>
  • Sends a password recover e-mail

    Parameters

    • tagoIORunURL: string

      TagoIO Run url without http

    • email: string

      Run user email to recover the password

    • Optional region: Regions

      TagoIO Region Server [default usa-1]

    Returns Promise<string>