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