public class InfosApi extends BaseApi
Constructor and Description |
---|
InfosApi() |
Modifier and Type | Method and Description |
---|---|
SignInInfo |
show(java.lang.String apiSecret,
java.lang.String token,
java.util.List<java.lang.String> fieldList)
Get a SignInInfo.
|
public SignInInfo show(java.lang.String apiSecret, java.lang.String token, java.util.List<java.lang.String> fieldList) throws java.io.IOException, SocialIdApiException
apiSecret
- The Api Secret of the LoginApptoken
- The token from the logged userfieldList
- Profile fields to return with the SignInInfojava.io.IOException
SocialIdApiException