nl.surfnet.coin.api.oauth
Interface ClientMetaData
- All Known Implementing Classes:
- JanusClientMetadata
public interface ClientMetaData
Interface of information about an OAuth1/2 client.
getAppTitle
String getAppTitle()
- Returns:
- the appTitle
getAppIcon
String getAppIcon()
- Returns:
- the appIcon
getAppDescription
String getAppDescription()
- Returns:
- the appDescription
getAppThumbNail
String getAppThumbNail()
- Returns:
- the appThumbNail
getAppEntityId
String getAppEntityId()
- Returns:
- the appEntityId
getConsumerKey
String getConsumerKey()
- Returns:
- the consumerKey
isConsentRequired
boolean isConsentRequired()
- Returns:
- is consent is required
getEulaUrl
String getEulaUrl()
- Get the EULA URL
- Returns:
- String representing the EULA URL
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.