@acrolinx/sidebar-interface
Advanced tools
Comparing version 15.3.1 to 15.4.0
@@ -171,3 +171,20 @@ /** | ||
accessToken?: string; | ||
/** | ||
* KeyCloak tokens used used by sidebar to authenticate in Acrolinx One | ||
* Available: Acrolinx One Cloud | ||
*/ | ||
keyCloakTokens?: KeyCloakTokens; | ||
} | ||
export interface KeyCloakTokens { | ||
/** | ||
* The sidebar uses this optional KeyCloak access token to sign in to Acrolinx One. | ||
* Available in Acrolinx One Cloud | ||
*/ | ||
keyCloakAccessToken: string; | ||
/** | ||
* The sidebar uses this optional KeyCloak refresh token to fetch new access token. | ||
* Available in Acrolinx One Cloud | ||
*/ | ||
keyCloakRefreshToken: string; | ||
} | ||
export type UiMode = 'default' | 'noOptions'; | ||
@@ -174,0 +191,0 @@ export interface CsrfConfig { |
{ | ||
"name": "@acrolinx/sidebar-interface", | ||
"description": "The interface of the Acrolinx Sidebar", | ||
"version": "15.3.1", | ||
"version": "15.4.0", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "author": "Acrolinx", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43841
712