Skip to content

@aldea/compiler / "aldea/auth" / AuthCheck

Enumeration: AuthCheck

"aldea/auth".AuthCheck

AuthCheck type

  • call - can the caller call a method on the jig?
  • lock - can the caller lock the jig?

Table of contents

Enumeration Members

Enumeration Members

CALL

CALL = 0

Defined in

index.d.ts:102


LOCK

LOCK = 1

Defined in

index.d.ts:103