/
githubmirror
/
ydb-php-sdk
Обзор
Документация
Войти
/
githubmirror
/
ydb-php-sdk
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
protos/Ydb/Auth/V1/AuthServiceClient.php
34 строки
937 B
Alexei Shabalin
updated protos
17 фев 2023, 13:31
17 фев 2023, 13:31
ae6a264
Код
Авторство
О чём код?
<?php // GENERATED CODE -- DO NOT EDIT! namespace Ydb\Auth\V1; /** */ class AuthServiceClient extends \Grpc\BaseStub { /** * @param string $hostname hostname * @param array $opts channel options * @param \Grpc\Channel $channel (optional) re-use channel object */ public function __construct($hostname, $opts, $channel = null) { parent::__construct($hostname, $opts, $channel); } /** * Perform login using built-in auth system * @param \Ydb\Auth\LoginRequest $argument input argument * @param array $metadata metadata * @param array $options call options * @return \Grpc\UnaryCall */ public function Login(\Ydb\Auth\LoginRequest $argument, $metadata = [], $options = []) { return $this->_simpleRequest('/Ydb.Auth.V1.AuthService/Login', $argument, ['\Ydb\Auth\LoginResponse', 'decode'], $metadata, $options); } }