updatePasswordAgePolicy method

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

Implementation

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