Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICruxUserRepository

Hierarchy

  • ICruxUserRepository

Implemented by

Index

Properties

create

create: function

Type declaration

getByCruxId

getByCruxId: function

Type declaration

    • (cruxID: CruxId, tag: undefined | string, onlyRegistered: undefined | false | true): Promise<CruxUser | undefined>
    • Parameters

      • cruxID: CruxId
      • Optional tag: undefined | string
      • Optional onlyRegistered: undefined | false | true

      Returns Promise<CruxUser | undefined>

getWithKey

getWithKey: function

Type declaration

isCruxIdAvailable

isCruxIdAvailable: function

Type declaration

    • (cruxIDSubdomain: string): Promise<boolean>
    • Parameters

      • cruxIDSubdomain: string

      Returns Promise<boolean>

save

save: function

Type declaration

Generated using TypeDoc