Preparing search index...
The search index is not available
pterodactyl.ts
pterodactyl.ts
ApiKey
Class ApiKey
Implements
ApiKeyAttributes
Index
Constructors
constructor
Properties
allowed_
ips
created_
at
description
identifier
last_
used_
at
secret?
Methods
delete
Constructors
constructor
new
Api
Key
(
userClient
,
apiKeyProps
)
:
ApiKey
Parameters
userClient
:
UserClient
apiKeyProps
:
RawApiKey
Returns
ApiKey
Properties
Readonly
allowed_
ips
allowed_
ips
:
string
[]
Readonly
created_
at
created_
at
:
Date
Readonly
description
description
:
string
Readonly
identifier
identifier
:
string
Readonly
last_
used_
at
last_
used_
at
:
Date
Optional
Readonly
secret
secret
?:
string
Methods
delete
delete
(
)
:
Promise
<
void
>
Delete this api key from this account
Returns
Promise
<
void
>
Throws
Unknown api key error
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
allowed_
ips
created_
at
description
identifier
last_
used_
at
secret
Methods
delete
pterodactyl.ts
Loading...
Delete this api key from this account