package
Version:
v1.8.1
Opens a new window with list of versions in this module.
Published: Dec 20, 2021
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Auth performs the authentication of users
swagger:route POST /auth auth authAPIRequest
Consumes:
- application/json
Produces:
- application/json
responses:
200: authAPIResponse
default: Error
AuthURL generates the OAuth2 url needed to login
swagger:route GET /auth-url auth authURLAPIRequest
Consumes:
- application/json
Produces:
- application/json
responses:
200: authURLAPIResponse
default: Error
Logout performs the logout of the users
swagger:route GET /logout auth logout
Consumes:
- application/json
Produces:
- application/json
responses:
200: authAPIResponse
default: Error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.