This commit is contained in:
hong-revo 2019-02-08 00:13:28 +11:00
Родитель 76f4d70f29
Коммит 54f53d34f9
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -84,7 +84,13 @@ public=list(
self$host <- host
self$tenant <- normalize_tenant(tenant)
app <- normalize_guid(app)
self$token <- get_azure_token(self$host, self$tenant, app, password, username, auth_type, aad_host)
self$token <- get_azure_token(self$host,
tenant=self$tenant,
app=app,
password=password,
username=username,
auth_type=auth_type,
aad_host=aad_host)
NULL
},