Skip to content

Latest commit

 

History

History
66 lines (35 loc) · 1.55 KB

AuthenticationApi.md

File metadata and controls

66 lines (35 loc) · 1.55 KB

\AuthenticationApi

All URIs are relative to http://localhost:7878

Method HTTP request Description
create_login POST /login
get_logout GET /logout

create_login

create_login(return_url, username, password, remember_me)

Parameters

Name Type Description Required Notes
return_url Option<String>
username Option<String>
password Option<String>
remember_me Option<String>

Return type

(empty response body)

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: multipart/form-data
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_logout

get_logout()

Parameters

This endpoint does not need any parameter.

Return type

(empty response body)

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]