7 calls to AuthManager::getRedirectUrl() in Open Social 8.8
- FacebookAuthManager::getAccessToken in modules/
custom/ social_auth_facebook/ src/ FacebookAuthManager.php - Reads user's access token from social network.
- FacebookAuthManager::getAuthenticationUrl in modules/
custom/ social_auth_facebook/ src/ FacebookAuthManager.php - Returns the login URL where user will be redirected for authentication.
- GoogleAuthManager::getAccessToken in modules/
custom/ social_auth_google/ src/ GoogleAuthManager.php - Reads user's access token from social network.
- GoogleAuthManager::getAuthenticationUrl in modules/
custom/ social_auth_google/ src/ GoogleAuthManager.php - Returns the login URL where user will be redirected for authentication.
- LinkedInAuthManager::getAccessToken in modules/
custom/ social_auth_linkedin/ src/ LinkedInAuthManager.php - Reads user's access token from social network.
- LinkedInAuthManager::getAuthenticationUrl in modules/
custom/ social_auth_linkedin/ src/ LinkedInAuthManager.php - Returns the login URL where user will be redirected for authentication.
- TwitterAuthManager::getAuthenticationUrl in modules/
custom/ social_auth_twitter/ src/ TwitterAuthManager.php - Returns the login URL where user will be redirected for authentication.