Compare commits
4 Commits
430dcbba07
...
1fb61ca6f8
Author | SHA1 | Date | |
---|---|---|---|
1fb61ca6f8 | |||
e7fb20ce69 | |||
1a29eaa3db | |||
ee73d279ee |
3
.gitignore
vendored
3
.gitignore
vendored
@ -11,4 +11,5 @@
|
||||
node_modules
|
||||
lib
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
|
8
dist/services/AuthService.d.ts
vendored
8
dist/services/AuthService.d.ts
vendored
@ -17,8 +17,8 @@ export declare class AuthService {
|
||||
/**
|
||||
* Login
|
||||
* Login with your username/email and password. <br> 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. <br> 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
|
||||
|
8
dist/services/AuthService.js
vendored
8
dist/services/AuthService.js
vendored
@ -6,8 +6,8 @@ class AuthService {
|
||||
/**
|
||||
* Login
|
||||
* Login with your username/email and password. <br> 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. <br> 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
|
||||
|
@ -16,7 +16,7 @@
|
||||
],
|
||||
"author": "ODIT.Services",
|
||||
"files": [
|
||||
"**/dist",
|
||||
"dist",
|
||||
"package.json",
|
||||
"README.md"
|
||||
],
|
||||
|
Reference in New Issue
Block a user