Uses of Class
com.authlete.common.dto.ClientSecretUpdateRequest
-
Packages that use ClientSecretUpdateRequest Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of ClientSecretUpdateRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return ClientSecretUpdateRequest Modifier and Type Method Description ClientSecretUpdateRequest
ClientSecretUpdateRequest. setClientSecret(String clientSecret)
Set the client secret.
-