@beetcb/sor
v1.0.3
Published
SOR makes it easy to access sharepoint & onedrive resource API
Downloads
2
Readme
SOR makes it easy to access sharepoint & onedrive resource API
Just get started directly with the beautiful DTS prompt
How to authenticate ms graph?
Plz make sure the following environment variables key is set:
export interface GraphAuthEnv {
[(key in 'client_id') |
'client_secret' |
'refresh_token' |
'redirect_uri' |
'auth_endpoint']: string
}