Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

login

loginMfa

  • loginMfa(username: string, mfaCode: string, loginSession: string): Promise<LoginSuccessResult>

loginNewPasswordRequired

  • loginNewPasswordRequired(username: string, newPassword: string, loginSession: string): Promise<LoginSuccessResult>

logout

  • logout(username: string, refreshToken: string): Promise<Status>

passwordChange

  • passwordChange(username: string, refreshToken: string, oldPassword: string, newPassword: string): Promise<Status>
  • Parameters

    • username: string
    • refreshToken: string
    • oldPassword: string
    • newPassword: string

    Returns Promise<Status>

passwordForgot

passwordReset

  • passwordReset(username: string, passwordResetCode: string, newPassword: string): Promise<Status>
  • Parameters

    • username: string
    • passwordResetCode: string
    • newPassword: string

    Returns Promise<Status>

profile

  • profile(username: string, refreshToken: string): Promise<AttributesHash>

profileEdit

profileEditPhoneNumber

  • profileEditPhoneNumber(username: string, refreshToken: string, phoneNumber: string): Promise<Status>
  • Parameters

    • username: string
    • refreshToken: string
    • phoneNumber: string

    Returns Promise<Status>

refreshSession

register

registerConfirmation

  • registerConfirmation(username: string, confirmationCode: string): Promise<Status>

registerResendCode

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc