toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-api
/
org.jellyfin.sdk.api.operations
/
ApiKeyApi
Api
Key
Api
class
ApiKeyApi
(
api
:
ApiClient
)
:
Api
Members
Constructors
Api
Key
Api
Link copied to clipboard
constructor
(
api
:
ApiClient
)
Functions
create
Key
Link copied to clipboard
suspend
fun
createKey
(
app
:
String
)
:
Response
<
Unit
>
Create a new api key.
get
Keys
Link copied to clipboard
suspend
fun
getKeys
(
)
:
Response
<
<Error class: unknown class>
>
Get all keys.
revoke
Key
Link copied to clipboard
suspend
fun
revokeKey
(
key
:
String
)
:
Response
<
Unit
>
Remove an api key.