updatePasswordAgePolicy method
ResponseFuture<UpdatePasswordAgePolicyResponse>
updatePasswordAgePolicy(
- UpdatePasswordAgePolicyRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$3.UpdatePasswordAgePolicyResponse>
updatePasswordAgePolicy($3.UpdatePasswordAgePolicyRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$updatePasswordAgePolicy, request,
options: options);
}