setHumanPassword method
ResponseFuture<SetHumanPasswordResponse>
setHumanPassword(
- SetHumanPasswordRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.SetHumanPasswordResponse> setHumanPassword($0.SetHumanPasswordRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$setHumanPassword, request, options: options);
}