Version: 1.0
Authentication API
API for managing authentication with OAuth2 and basic auth support
Authentication
- API Key: BearerAuth
- API Key: ApiKeyAuth
Use a Bearer token to access this API. Format: Bearer {access_token}
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | Authorization |
JWT Bearer Token. Format: Bearer <token>
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | Authorization |