new lib version [CI SKIP]
This commit is contained in:
6
dist/services/AuthService.js
vendored
6
dist/services/AuthService.js
vendored
@@ -7,7 +7,7 @@ class AuthService {
|
||||
* Login
|
||||
* Create a new access token object
|
||||
* @param requestBody CreateAuth
|
||||
* @result any
|
||||
* @returns any
|
||||
* @throws ApiError
|
||||
*/
|
||||
static async authControllerLogin(requestBody) {
|
||||
@@ -22,7 +22,7 @@ class AuthService {
|
||||
* Logout
|
||||
* Create a new access token object
|
||||
* @param requestBody HandleLogout
|
||||
* @result any
|
||||
* @returns any
|
||||
* @throws ApiError
|
||||
*/
|
||||
static async authControllerLogout(requestBody) {
|
||||
@@ -37,7 +37,7 @@ class AuthService {
|
||||
* Refresh
|
||||
* refresh a access token
|
||||
* @param requestBody RefreshAuth
|
||||
* @result any
|
||||
* @returns any
|
||||
* @throws ApiError
|
||||
*/
|
||||
static async authControllerRefresh(requestBody) {
|
||||
|
||||
Reference in New Issue
Block a user