setHumanPassword method
ResponseFuture<SetHumanPasswordResponse>
setHumanPassword(
- SetHumanPasswordRequest request, {
- CallOptions? options,
Set User Password
Deprecated: use user service v2 SetPassword instead.
Implementation
$grpc.ResponseFuture<$0.SetHumanPasswordResponse> setHumanPassword(
$0.SetHumanPasswordRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$setHumanPassword, request, options: options);
}