Builds authorization url for user's browser
public static buildObtainTokenUrl ( string $client_id, string $redirect_uri, string $scope ) : response | ||
$client_id | string | The client_id that was assigned to the application. |
$redirect_uri | string | URI that the OAuth server sends the authorization result to. Must have a string value that exactly matches the redirect_uri parameter specified in the application registration data. Any additional parameters required for the application can beadded at the end of the string. |
$scope | string | A string of requested permissions(joined list of strings) |
return | response | object |