Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • APIInterface

Index

Properties

authorisationUrlGET

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

signInUpPOST

signInUpPOST: undefined | ((input: { code: string; options: APIOptions; provider: TypeProvider; redirectURI: string }) => Promise<{ authCodeResponse: any; createdNewUser: boolean; status: "OK"; user: User } | { status: "NO_EMAIL_GIVEN_BY_PROVIDER" } | { error: string; status: "FIELD_ERROR" }>)

Generated using TypeDoc