addCustomPasswordAgePolicy method

ResponseFuture<AddCustomPasswordAgePolicyResponse> addCustomPasswordAgePolicy(
  1. AddCustomPasswordAgePolicyRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.AddCustomPasswordAgePolicyResponse> addCustomPasswordAgePolicy($0.AddCustomPasswordAgePolicyRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$addCustomPasswordAgePolicy, request, options: options);
}