@jellyfin/sdk
Preparing search index...
generated-client
AuthenticationApiAxiosParamCreator
Function AuthenticationApiAxiosParamCreator
AuthenticationApiAxiosParamCreator
(
configuration
?:
Configuration
,
)
:
{
authenticateUserByName
:
(
authenticateUserByName
:
AuthenticateUserByName
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
authenticateWithQuickConnect
:
(
quickConnectDto
:
QuickConnectDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
authorizeQuickConnect
:
(
code
:
string
,
userId
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
createKey
:
(
app
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
forgotPassword
:
(
forgotPasswordDto
:
ForgotPasswordDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
forgotPasswordPin
:
(
forgotPasswordPinDto
:
ForgotPasswordPinDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getAuthProviders
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getKeys
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getPasswordResetProviders
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getQuickConnectEnabled
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getQuickConnectState
:
(
secret
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
initiateQuickConnect
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
revokeKey
:
(
key
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
AuthenticationApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
Returns
{
authenticateUserByName
:
(
authenticateUserByName
:
AuthenticateUserByName
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
authenticateWithQuickConnect
:
(
quickConnectDto
:
QuickConnectDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
authorizeQuickConnect
:
(
code
:
string
,
userId
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
createKey
:
(
app
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
forgotPassword
:
(
forgotPasswordDto
:
ForgotPasswordDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
forgotPasswordPin
:
(
forgotPasswordPinDto
:
ForgotPasswordPinDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getAuthProviders
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getKeys
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getPasswordResetProviders
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getQuickConnectEnabled
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getQuickConnectState
:
(
secret
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
initiateQuickConnect
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
revokeKey
:
(
key
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
authenticateUserByName
:
(
authenticateUserByName
:
AuthenticateUserByName
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
authenticateWithQuickConnect
:
(
quickConnectDto
:
QuickConnectDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
authorizeQuickConnect
:
(
code
:
string
,
userId
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
createKey
:
(
app
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
forgotPassword
:
(
forgotPasswordDto
:
ForgotPasswordDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
forgotPasswordPin
:
(
forgotPasswordPinDto
:
ForgotPasswordPinDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
getAuthProviders
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getKeys
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getPasswordResetProviders
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getQuickConnectEnabled
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getQuickConnectState
:
(
secret
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
initiateQuickConnect
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
revokeKey
:
(
key
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jellyfin/sdk
Loading...
AuthenticationApi - axios parameter creator