@authress/sdk
Advanced tools
Comparing version
{ | ||
"name": "@authress/sdk", | ||
"version": "3.0.161", | ||
"version": "3.0.162", | ||
"description": "Client SDK for Authress authorization as a service. Provides managed authorization api to secure service resources including user data.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -25,4 +25,10 @@ /* eslint-disable no-shadow */ | ||
*/ | ||
tenantId?: string; | ||
defaultLoginTenantId?: string; | ||
/** | ||
* Provided by Authress as a unique URI that can be used to start the Authress Login flow for the user. Provide this property in the `request_uri` property, when not using the Authress Login UI SDK. This parameter is ignored during invite creation. | ||
* @type {string} | ||
* @memberof Invite | ||
*/ | ||
authenticationRequestUri?: string; | ||
/** | ||
* A list of statements which match roles to resources. The invited user will all statements apply to them when the invite is accepted. | ||
@@ -29,0 +35,0 @@ * @type {Array<InviteStatement>} |
123220
0.29%3059
0.2%