Uses of Class
com.authlete.common.dto.SnsCredentials
-
Packages that use SnsCredentials Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of SnsCredentials in com.authlete.common.dto
Methods in com.authlete.common.dto that return SnsCredentials Modifier and Type Method 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.Methods in com.authlete.common.dto with parameters of type SnsCredentials Modifier and Type Method 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.
-