Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.11 KB

LoginApi.md

File metadata and controls

39 lines (26 loc) · 1.11 KB

{{classname}}

All URIs are relative to /

Method HTTP request Description
LoginTokenPost Post /token Login

LoginTokenPost

Token LoginTokenPost(ctx, grantType, username, password, scope, clientId, clientSecret) Login

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
grantType string
username string
password string
scope string
clientId string
clientSecret string

Return type

Token

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/x-www-form-urlencoded
  • Accept: application/json

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