forked from ices-tools-prod/icesConnect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
25 lines (24 loc) · 660 Bytes
/
Copy pathNAMESPACE
File metadata and controls
25 lines (24 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Generated by roxygen2: do not edit by hand
export(clear_token)
export(decode_token)
export(ices_get_jwt)
export(ices_patch_jwt)
export(ices_post_jwt)
export(ices_request_jwt)
export(ices_token)
export(set_username)
export(token_expiration)
export(token_user)
importFrom(base64enc,base64decode)
importFrom(getPass,getPass)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,message_for_status)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(jsonlite,parse_json)
importFrom(keyring,key_delete)
importFrom(keyring,key_get)
importFrom(keyring,key_list)
importFrom(keyring,key_set_with_value)
importFrom(whoami,username)