Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • APIInterface

Index

Properties

authorisationUrlGET

authorisationUrlGET: undefined | ((input: { options: APIOptions; provider: TypeProvider }) => Promise<{ status: "OK"; url: string }>)

emailExistsGET

emailExistsGET: undefined | ((input: { email: string; options: APIOptions }) => Promise<{ exists: boolean; status: "OK" }>)

generatePasswordResetTokenPOST

generatePasswordResetTokenPOST: undefined | ((input: { formFields: { id: string; value: string }[]; options: APIOptions }) => Promise<{ status: "OK" }>)

passwordResetPOST

passwordResetPOST: undefined | ((input: { formFields: { id: string; value: string }[]; options: APIOptions; token: string }) => Promise<{ status: "OK" | "RESET_PASSWORD_INVALID_TOKEN_ERROR" }>)

signInUpPOST

signInUpPOST: undefined | ((input: SignInUpAPIInput) => Promise<SignInUpAPIOutput>)

Generated using TypeDoc