Skip to content

Commit e80ec6e

Browse files
committed
Update README.md
1 parent d3401f1 commit e80ec6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ The available properties of `paramObj` are:
7979
| tenant | text | The {tenant} value in the path of the request can be used to control who can sign into the application. The allowed values are: <ul><li>"common" for both Microsoft accounts and work or school accounts </li><li>"organizations" for work or school accounts only </li><li>"consumers" for Microsoft accounts only</li><li>tenant identifiers such as tenant ID or domain name.</li></ul> Default is "common". |Yes
8080
| authenticateURI | text | Uri used to do the Authorization request. By default: "https://login.microsoftonline.com/{tenant}/oauth2/v2.0/authorize". |Yes
8181
| tokenURI | text | Uri used to request an access token. By default: "https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token". |Yes
82+
|tokenExpiration | text | Timestamp (ISO 8601 UTC) that indicates the expiration time of the token| Yes
8283
| clientSecret | text | The application secret that you created for your app in the app registration portal. Required for web apps. |Yes
8384
| token | object | If this property exists, the `getToken()` function uses this token object to calculate which request must be sent. It is automatically updated with the token received by the `getToken()` function. |Yes
8485
| timeout|real| Waiting time in seconds (by default 120s).|Yes

0 commit comments

Comments
 (0)