diff --git a/dist/sdk-output/api.d.ts b/dist/sdk-output/api.d.ts index fd3690dc..730d6cc5 100644 --- a/dist/sdk-output/api.d.ts +++ b/dist/sdk-output/api.d.ts @@ -665,7 +665,7 @@ export declare const AuthenticationApiAxiosParamCreator: (configuration?: Config */ getPin: (xPlexClientIdentifier: any, strong?: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: AxiosRequestConfig) => Promise; /** - * Retrieve a Pin from Plex.tv for authentication flows + * Retrieve an Access Token from Plex.tv after the Pin has already been authenticated * @summary Get Access Token * @param {any} pinID The PinID to retrieve an access token for * @param {any} xPlexClientIdentifier Unique Id, UUID, serial number, or other number unique per device that identifies your client @@ -703,7 +703,7 @@ export declare const AuthenticationApiFp: (configuration?: Configuration) => { */ getPin(xPlexClientIdentifier: any, strong?: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** - * Retrieve a Pin from Plex.tv for authentication flows + * Retrieve an Access Token from Plex.tv after the Pin has already been authenticated * @summary Get Access Token * @param {any} pinID The PinID to retrieve an access token for * @param {any} xPlexClientIdentifier Unique Id, UUID, serial number, or other number unique per device that identifies your client @@ -741,7 +741,7 @@ export declare const AuthenticationApiFactory: (configuration?: Configuration, b */ getPin(xPlexClientIdentifier: any, strong?: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: any): AxiosPromise; /** - * Retrieve a Pin from Plex.tv for authentication flows + * Retrieve an Access Token from Plex.tv after the Pin has already been authenticated * @summary Get Access Token * @param {any} pinID The PinID to retrieve an access token for * @param {any} xPlexClientIdentifier Unique Id, UUID, serial number, or other number unique per device that identifies your client @@ -896,7 +896,7 @@ export declare class AuthenticationApi extends BaseAPI { */ getPin(requestParameters: AuthenticationApiGetPinRequest, axiosOptions?: AxiosRequestConfig): Promise>; /** - * Retrieve a Pin from Plex.tv for authentication flows + * Retrieve an Access Token from Plex.tv after the Pin has already been authenticated * @summary Get Access Token * @param {AuthenticationApiGetTokenRequest} requestParameters Request parameters. * @param {*} [axiosOptions] Override http request option. diff --git a/dist/sdk-output/api.js b/dist/sdk-output/api.js index 7cc9ce50..2f4ab291 100644 --- a/dist/sdk-output/api.js +++ b/dist/sdk-output/api.js @@ -361,7 +361,7 @@ var AuthenticationApiAxiosParamCreator = function (configuration) { }); }, /** - * Retrieve a Pin from Plex.tv for authentication flows + * Retrieve an Access Token from Plex.tv after the Pin has already been authenticated * @summary Get Access Token * @param {any} pinID The PinID to retrieve an access token for * @param {any} xPlexClientIdentifier Unique Id, UUID, serial number, or other number unique per device that identifies your client @@ -474,7 +474,7 @@ var AuthenticationApiFp = function (configuration) { }); }, /** - * Retrieve a Pin from Plex.tv for authentication flows + * Retrieve an Access Token from Plex.tv after the Pin has already been authenticated * @summary Get Access Token * @param {any} pinID The PinID to retrieve an access token for * @param {any} xPlexClientIdentifier Unique Id, UUID, serial number, or other number unique per device that identifies your client @@ -530,7 +530,7 @@ var AuthenticationApiFactory = function (configuration, basePath, axios) { return localVarFp.getPin(xPlexClientIdentifier, strong, xPlexDeviceName, xPlexDevice, xPlexPlatformVersion, xPlexPlatform, xPlexProduct, xPlexProvides, xPlexVersion, axiosOptions).then(function (request) { return request(axios, basePath); }); }, /** - * Retrieve a Pin from Plex.tv for authentication flows + * Retrieve an Access Token from Plex.tv after the Pin has already been authenticated * @summary Get Access Token * @param {any} pinID The PinID to retrieve an access token for * @param {any} xPlexClientIdentifier Unique Id, UUID, serial number, or other number unique per device that identifies your client @@ -574,7 +574,7 @@ var AuthenticationApi = /** @class */ (function (_super) { return (0, exports.AuthenticationApiFp)(this.configuration).getPin(requestParameters.xPlexClientIdentifier, requestParameters.strong, requestParameters.xPlexDeviceName, requestParameters.xPlexDevice, requestParameters.xPlexPlatformVersion, requestParameters.xPlexPlatform, requestParameters.xPlexProduct, requestParameters.xPlexProvides, requestParameters.xPlexVersion, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); }); }; /** - * Retrieve a Pin from Plex.tv for authentication flows + * Retrieve an Access Token from Plex.tv after the Pin has already been authenticated * @summary Get Access Token * @param {AuthenticationApiGetTokenRequest} requestParameters Request parameters. * @param {*} [axiosOptions] Override http request option. diff --git a/sdk-output/api.ts b/sdk-output/api.ts index 0444aa7c..9a0d0db0 100644 --- a/sdk-output/api.ts +++ b/sdk-output/api.ts @@ -821,7 +821,7 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf }; }, /** - * Retrieve a Pin from Plex.tv for authentication flows + * Retrieve an Access Token from Plex.tv after the Pin has already been authenticated * @summary Get Access Token * @param {any} pinID The PinID to retrieve an access token for * @param {any} xPlexClientIdentifier Unique Id, UUID, serial number, or other number unique per device that identifies your client @@ -929,7 +929,7 @@ export const AuthenticationApiFp = function(configuration?: Configuration) { return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** - * Retrieve a Pin from Plex.tv for authentication flows + * Retrieve an Access Token from Plex.tv after the Pin has already been authenticated * @summary Get Access Token * @param {any} pinID The PinID to retrieve an access token for * @param {any} xPlexClientIdentifier Unique Id, UUID, serial number, or other number unique per device that identifies your client @@ -976,7 +976,7 @@ export const AuthenticationApiFactory = function (configuration?: Configuration, return localVarFp.getPin(xPlexClientIdentifier, strong, xPlexDeviceName, xPlexDevice, xPlexPlatformVersion, xPlexPlatform, xPlexProduct, xPlexProvides, xPlexVersion, axiosOptions).then((request) => request(axios, basePath)); }, /** - * Retrieve a Pin from Plex.tv for authentication flows + * Retrieve an Access Token from Plex.tv after the Pin has already been authenticated * @summary Get Access Token * @param {any} pinID The PinID to retrieve an access token for * @param {any} xPlexClientIdentifier Unique Id, UUID, serial number, or other number unique per device that identifies your client @@ -1156,7 +1156,7 @@ export class AuthenticationApi extends BaseAPI { } /** - * Retrieve a Pin from Plex.tv for authentication flows + * Retrieve an Access Token from Plex.tv after the Pin has already been authenticated * @summary Get Access Token * @param {AuthenticationApiGetTokenRequest} requestParameters Request parameters. * @param {*} [axiosOptions] Override http request option.