You are here

public function OauthInterface::getAuthLink in Media: Acquia DAM 8

Get the URL to redirect a user to to start the oauth process.

Return value

string The URL to redirect to.

1 method overrides OauthInterface::getAuthLink()
Oauth::getAuthLink in src/Oauth.php
Get the URL to redirect a user to to start the oauth process.

File

src/OauthInterface.php, line 16

Class

OauthInterface
OAuth Interface.

Namespace

Drupal\media_acquiadam

Code

public function getAuthLink();