Documentation

ProfileServiceClient extends BaseStub
in package

Table of Contents

Methods

__construct()  : mixed
ChangePassword()  : UnaryCall
Cambia la contraseña del usuario.
Userinfo()  : UnaryCall
Query info about the subject of a token and other related info.

Methods

__construct()

public __construct(string $hostname, array<string|int, mixed> $opts[, Channel $channel = null ]) : mixed
Parameters
$hostname : string

hostname

$opts : array<string|int, mixed>

channel options

$channel : Channel = null

(optional) re-use channel object

ChangePassword()

Cambia la contraseña del usuario.

public ChangePassword(ChangePasswordRequest $argument[, array<string|int, mixed> $metadata = [] ][, array<string|int, mixed> $options = [] ]) : UnaryCall
Parameters
$argument : ChangePasswordRequest

input argument

$metadata : array<string|int, mixed> = []

metadata

$options : array<string|int, mixed> = []

call options

Return values
UnaryCall

Userinfo()

Query info about the subject of a token and other related info.

public Userinfo(UserinfoRequest $argument[, array<string|int, mixed> $metadata = [] ][, array<string|int, mixed> $options = [] ]) : UnaryCall
Parameters
$argument : UserinfoRequest

input argument

$metadata : array<string|int, mixed> = []

metadata

$options : array<string|int, mixed> = []

call options

Return values
UnaryCall

        
On this page

Search results