mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-29442 moving to node 20.18.1 (#10500)
* AAE-0000 - moving to node 20.18.1 * AAE-29442 Adjusted to the new eslint rule
This commit is contained in:
@@ -29,7 +29,6 @@ export class AuthenticationApi extends BaseApi {
|
||||
* Create ticket (login)
|
||||
*
|
||||
* **Note:** this endpoint is available in Alfresco 5.2 and newer versions.
|
||||
*
|
||||
* @param ticketBodyCreate The user credential.
|
||||
* @returns Promise<TicketEntry>
|
||||
*/
|
||||
@@ -45,7 +44,6 @@ export class AuthenticationApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* Get ticket (login)
|
||||
*
|
||||
* @returns Promise<TicketEntry>
|
||||
*/
|
||||
getTicket(): Promise<TicketEntry> {
|
||||
@@ -59,7 +57,6 @@ export class AuthenticationApi extends BaseApi {
|
||||
* Delete ticket (logout)
|
||||
*
|
||||
* **Note:** this endpoint is available in Alfresco 5.2 and newer versions.
|
||||
*
|
||||
* @returns Promise<{}>
|
||||
*/
|
||||
deleteTicket(): Promise<void> {
|
||||
@@ -77,7 +74,6 @@ export class AuthenticationApi extends BaseApi {
|
||||
* For example, you can pass the Authorization request header using Javascript:
|
||||
* Javascript
|
||||
* request.setRequestHeader (\"Authorization\", \"Basic \" + btoa(ticket));
|
||||
*
|
||||
* @returns Promise<ValidTicketEntry>
|
||||
*/
|
||||
validateTicket(): Promise<ValidTicketEntry> {
|
||||
|
Reference in New Issue
Block a user