| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and Description |
|---|---|
SnsCredentials[] |
Service.getDeveloperSnsCredentials()
Get the list of SNS credentials that Authlete uses to support social login
at the developer console.
|
SnsCredentials[] |
Service.getSnsCredentials()
Get the list of SNS credentials that Authlete uses to support social login.
|
SnsCredentials |
SnsCredentials.setApiKey(String apiKey)
Set the API key.
|
SnsCredentials |
SnsCredentials.setApiSecret(String apiSecret)
Set the API secret.
|
SnsCredentials |
SnsCredentials.setSns(Sns sns)
Set the SNS.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.setDeveloperSnsCredentials(SnsCredentials[] snsCredentials)
Set the list of SNS credentials that Authlete uses to support social login
at the developer console.
|
Service |
Service.setSnsCredentials(SnsCredentials[] snsCredentials)
Set the list of SNS credentials that Authlete uses to support social login.
|
Copyright © 2017. All rights reserved.