@jellyfin/sdk
    Preparing search index...

    Function AuthenticationApiAxiosParamCreator

    • AuthenticationApi - axios parameter creator

      Parameters

      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>
      • 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>