formals(remotes::install_gitlab)[c('auth_token', 'quiet')]
# $auth_token
# gitlab_pat()
# $quiet
# [1] FALSE
formals(remotes:::gitlab_pat)
# $quiet
# [1] TRUE
Seems it would be simple & consistent to pass quiet on to gitlab_pat. Will file a PR shortly.