Preparing search index...
The search index is not available
@relaycorp/veraid-authority
@relaycorp/veraid-authority
Command
Class Command<CommandInput, CommandOutput, ResponseBodyType>
Abstract
Base class for commands.
Type Parameters
CommandInput
CommandOutput
ResponseBodyType
Hierarchy
Command
OrgCreationCommand
MemberCreationCommand
MemberUpdateCommand
MemberPublicKeyImportCommand
MemberKeyImportTokenCommand
DeletionCommand
Index
Constructors
constructor
Properties
input
response
Deserialiser
Methods
get
Output
get
Request
Constructors
constructor
new
Command
<
CommandInput
,
CommandOutput
,
ResponseBodyType
>
(
input
)
:
Command
<
CommandInput
,
CommandOutput
,
ResponseBodyType
>
Type Parameters
CommandInput
CommandOutput
ResponseBodyType
Parameters
input
:
CommandInput
Returns
Command
<
CommandInput
,
CommandOutput
,
ResponseBodyType
>
Properties
Readonly
input
input
:
CommandInput
Abstract
response
Deserialiser
response
Deserialiser
:
Deserialiser
<
ResponseBodyType
>
Methods
Abstract
get
Output
get
Output
(
responseBody
)
:
CommandOutput
Parameters
responseBody
:
ResponseBodyType
Returns
CommandOutput
Abstract
get
Request
get
Request
(
)
:
Request
<
RequestBody
>
Returns
Request
<
RequestBody
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
input
response
Deserialiser
get
Output
get
Request
@relaycorp/veraid-
authority
Member
Role
Authority
Client
Client
Error
Command
Deletion
Command
Member
Creation
Command
Member
Key
Import
Token
Command
Member
Public
Key
Import
Command
Member
Retrieval
Command
Member
Update
Command
Org
Creation
Command
Raw
Retrieval
Command
Server
Error
Authorization
Header
Member
Creation
Input
Member
Creation
Output
Member
Key
Import
Token
Input
Member
Key
Import
Token
Output
Member
Public
Key
Import
Input
Member
Public
Key
Import
Output
Member
Retrieval
Output
Member
Update
Input
Org
Creation
Input
Org
Creation
Output
Generated using
TypeDoc
Base class for commands.