Interface ClientInfo
-
- All Known Implementing Classes:
BasicClientInfo
public interface ClientInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClientId()StringgetClientSecret()StringgetClientUri()StringgetDescription()LonggetExpiresIn()StringgetIconUri()LonggetIssuedAt()StringgetName()StringgetRedirectUri()
-
-
-
Method Detail
-
getClientId
String getClientId()
-
getClientSecret
String getClientSecret()
-
getIssuedAt
Long getIssuedAt()
-
getExpiresIn
Long getExpiresIn()
-
getRedirectUri
String getRedirectUri()
-
getClientUri
String getClientUri()
-
getDescription
String getDescription()
-
getName
String getName()
-
getIconUri
String getIconUri()
-
-