pterodactyl.ts
Preparing search index...
ApiKey
Class ApiKey
Implements
ApiKeyAttributes
Index
Constructors
constructor
Properties
allowed_
ips
created_
at
description
identifier
last_
used_
at
secret?
Methods
delete
Constructors
constructor
new
ApiKey
(
userClient
:
UserClient
,
apiKeyProps
:
RawApiKey
)
:
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