updatePasswordAgePolicy method

ResponseFuture<UpdatePasswordAgePolicyResponse> updatePasswordAgePolicy(
  1. UpdatePasswordAgePolicyRequest request, {
  2. CallOptions? options,
})

Implementation

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