Name | Type | Description | Notes |
---|---|---|---|
code | str | ||
client_id | str | OAuth API key that is a public identifier for app | |
client_secret | str | OAuth client secret that is a private secret known only to app and authorization server | |
redirect_uri | str | Authorization server will redirect the user back to the application via redirect url | |
grant_type | str | Type of grant used to get an access token |