|
| $defaultApi |
|
| $headerSelector |
|
◆ __construct()
InfluxDB2\Service\SigninService::__construct |
( |
DefaultApi | $defaultApi | ) |
|
- Parameters
-
DefaultApi | $defaultApi | |
HeaderSelector | $selector | |
◆ postSignin()
InfluxDB2\Service\SigninService::postSignin |
( |
| $zap_trace_span = null, |
|
|
| $authorization = null ) |
Operation postSignin
Create a user session.
- Parameters
-
string | $zap_trace_span | OpenTracing span context (optional) |
string | $authorization | An auth credential for the Basic scheme (optional) |
- Exceptions
-
InfluxDB2\ApiException on non-2xx response
- Exceptions
-
InvalidArgumentException
- Returns
- void
◆ postSigninRequest()
InfluxDB2\Service\SigninService::postSigninRequest |
( |
| $zap_trace_span = null, |
|
|
| $authorization = null ) |
|
protected |
Create request for operation 'postSignin'
- Parameters
-
string | $zap_trace_span | OpenTracing span context (optional) |
string | $authorization | An auth credential for the Basic scheme (optional) |
- Exceptions
-
InvalidArgumentException
- Returns
- \Psr\Http\Message\RequestInterface
◆ postSigninWithHttpInfo()
InfluxDB2\Service\SigninService::postSigninWithHttpInfo |
( |
| $zap_trace_span = null, |
|
|
| $authorization = null ) |
Operation postSigninWithHttpInfo
Create a user session.
- Parameters
-
string | $zap_trace_span | OpenTracing span context (optional) |
string | $authorization | An auth credential for the Basic scheme (optional) |
- Exceptions
-
InfluxDB2\ApiException on non-2xx response
- Exceptions
-
InvalidArgumentException
- Returns
- array of null, HTTP status code, HTTP response headers (array of strings)
The documentation for this class was generated from the following file:
- src/InfluxDB2/Service/SigninService.php