| Package | Description |
|---|---|
| act.social | |
| act.social.provider |
| Modifier and Type | Method and Description |
|---|---|
abstract SocialProfile |
SocialProvider.doAuth(String code,
String act_callback,
String act_payload)
Subclasses must implement the authentication logic in this method
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SocialProvider.fillProfile(SocialProfile user)
Once the user is authenticated this method is called to retrieve profile information from the provider.
|
| Constructor and Description |
|---|
SocialProfile.Fetched(SocialProfile source,
String payload) |
| Modifier and Type | Method and Description |
|---|---|
SocialProfile |
OAuth2Provider.doAuth(String code,
String act_callback,
String act_payload) |
| Modifier and Type | Method and Description |
|---|---|
void |
GitHubProvider.fillProfile(SocialProfile user) |
void |
GoogleProvider.fillProfile(SocialProfile user) |
void |
FacebookProvider.fillProfile(SocialProfile user) |
void |
LinkedInProvider.fillProfile(SocialProfile user) |
Copyright © 2016–2018 ActFramework. All rights reserved.