Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 873 Bytes

OAUTHTokenInfo.md

File metadata and controls

16 lines (11 loc) · 873 Bytes

# OAUTHTokenInfo

Properties

Name Type Description Notes
token_end_point string The token endpoint
user_name string The user name to access token endpoint. [optional]
password string The password to access token endpoint. [optional]
client_id string The client identifier issued to the client during the registration process. https://tools.ietf.org/html/rfc6749#section-2.3.1
client_secret string The client secret. https://tools.ietf.org/html/rfc6749#section-2.3.1
grant_type string OAUTH grant type [optional] [default to 'password']

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