diff --git a/dist/services/AuthService.d.ts b/dist/services/AuthService.d.ts index 6420cd3..85f0d31 100644 --- a/dist/services/AuthService.d.ts +++ b/dist/services/AuthService.d.ts @@ -17,8 +17,8 @@ export declare class AuthService { /** * Login * Login with your username/email and password.
You will receive: - * * access token (use it as a bearer token) - * * refresh token (will also be sent as a cookie) + * * access token (use it as a bearer token) + * * refresh token (will also be sent as a cookie) * @param requestBody CreateAuth * @returns any * @throws ApiError @@ -35,8 +35,8 @@ export declare class AuthService { /** * Refresh * Refresh your access and refresh tokens using a valid refresh token.
You will receive: - * * access token (use it as a bearer token) - * * refresh token (will also be sent as a cookie) + * * access token (use it as a bearer token) + * * refresh token (will also be sent as a cookie) * @param requestBody RefreshAuth * @returns any * @throws ApiError diff --git a/dist/services/AuthService.js b/dist/services/AuthService.js index eaab106..5e0438b 100644 --- a/dist/services/AuthService.js +++ b/dist/services/AuthService.js @@ -6,8 +6,8 @@ class AuthService { /** * Login * Login with your username/email and password.
You will receive: - * * access token (use it as a bearer token) - * * refresh token (will also be sent as a cookie) + * * access token (use it as a bearer token) + * * refresh token (will also be sent as a cookie) * @param requestBody CreateAuth * @returns any * @throws ApiError @@ -38,8 +38,8 @@ class AuthService { /** * Refresh * Refresh your access and refresh tokens using a valid refresh token.
You will receive: - * * access token (use it as a bearer token) - * * refresh token (will also be sent as a cookie) + * * access token (use it as a bearer token) + * * refresh token (will also be sent as a cookie) * @param requestBody RefreshAuth * @returns any * @throws ApiError