Download the PHP package ltd-beget/openapi-auth-php without Composer
On this page you can find all versions of the php package ltd-beget/openapi-auth-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ltd-beget/openapi-auth-php
More information about ltd-beget/openapi-auth-php
Files in ltd-beget/openapi-auth-php
Package openapi-auth-php
Short Description No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
License unlicense
Homepage https://openapi-generator.tech
Informations about the package openapi-auth-php
BegetOpenAPIAuth
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Installation & Usage
Requirements
PHP 7.4 and later. Should also work with PHP 8.0.
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Getting Started
Please follow the installation procedure and then run the following:
API Endpoints
All URIs are relative to https://api.beget.com
Class | Method | HTTP request | Description |
---|---|---|---|
AuthServiceApi | authServiceAuth | POST /v1/auth | |
AuthServiceApi | authServiceLogout | POST /v1/auth/logout | |
AuthServiceApi | authServiceRefreshToken | POST /v1/auth/refresh | |
AuthServiceApi | authServiceSwitchUser | POST /v1/auth/switch | |
KeyServiceApi | keyServiceGetKey | GET /v1/auth/key |
Models
- AuthAuthRequest
- AuthAuthResponse
- AuthRefreshTokenResponse
- AuthSwitchUserRequest
- AuthSwitchUserResponse
- KeyGetKeyResponse
Authorization
bearerAuth
- Type: Bearer authentication (JWT)
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
v1.1.2
- Package version:
v1.1.2
- Package version:
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of openapi-auth-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0