Package com.flowable.platform.api.manage
Interface ClientRegistrationInfo
- All Known Subinterfaces:
ClientRegistrationInfoEntity
- All Known Implementing Classes:
ClientRegistrationInfoEntityImpl
public interface ClientRegistrationInfo
-
Method Summary
-
Method Details
-
getId
String getId() -
getRegistrationKey
String getRegistrationKey() -
getClientId
String getClientId() -
getClientSecret
String getClientSecret() -
getClientName
String getClientName() -
getClientAuthenticationMethod
String getClientAuthenticationMethod() -
getScopes
String getScopes() -
getIssuerUri
String getIssuerUri() -
getTokenUri
String getTokenUri() -
getTenantId
String getTenantId()
-