Uses of Class
com.authlete.common.dto.ClientSecretUpdateResponse
-
Packages that use ClientSecretUpdateResponse Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
). -
-
Uses of ClientSecretUpdateResponse in com.authlete.common.api
Methods in com.authlete.common.api that return ClientSecretUpdateResponse Modifier and Type Method Description ClientSecretUpdateResponse
AuthleteApi. updateClientSecret(long clientId, String clientSecret)
Update the client secret of a client.ClientSecretUpdateResponse
AuthleteApi. updateClientSecret(String clientIdentifier, String clientSecret)
Update the client secret of a client.
-