Interface ClientInfo

All Known Implementing Classes:
BasicClientInfo

public interface ClientInfo
  • Method Details

    • 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()