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