Options
All
  • Public
  • Public/Protected
  • All
Menu

UserPasswordAuthProviderClient

A client for interacting with username/password authentication provider in Stitch.

Index

Variables

Const factory

factory: AuthProviderClientFactory<UserPasswordAuthProviderClient> = new classimplements AuthProviderClientFactory<UserPasswordAuthProviderClient> {public getClient(authRequestClient: StitchAuthRequestClient, // This arg is ignoredrequestClient: StitchRequestClient,routes: StitchAuthRoutes): UserPasswordAuthProviderClient {return new UserPasswordAuthProviderClientImpl(requestClient, routes);}}()

Methods

callResetPasswordFunction

  • callResetPasswordFunction(email: string, password: string, args: any[]): Promise<void>

confirmUser

  • confirmUser(token: string, tokenId: string): Promise<void>

registerWithEmail

  • registerWithEmail(email: string, password: string): Promise<void>

resendConfirmationEmail

  • resendConfirmationEmail(email: string): Promise<void>

resetPassword

  • resetPassword(token: string, tokenId: string, password: string): Promise<void>

sendResetPasswordEmail

  • sendResetPasswordEmail(email: string): Promise<void>

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