Salesforce OAuth 2.0 Response and Grant Type

Salesforce OAuth 2.0 and Grant Type response_type is used against authorization endpoint. This parameter define what authorization response must contain in its response. For example, code when using authorization code grant https://login.salesforce.com/services/oauth2/authorize?response_type=code&client_id=<your_client_id>                                                        …