Class ServiceResponse

    • Constructor Detail

      • ServiceResponse

        public ServiceResponse()
    • Method Detail

      • getClientId

        public String getClientId()
      • getClientIdIssuedAt

        public Long getClientIdIssuedAt()
      • getClientSecret

        public String getClientSecret()
      • getClientSecretExpiresAt

        public Long getClientSecretExpiresAt()
      • getRegistrationAccessToken

        public String getRegistrationAccessToken()
      • getRegistrationClientUri

        public String getRegistrationClientUri()
      • getRedirectUris

        public String[] getRedirectUris()
      • getClientName

        public String getClientName()
      • getLogoUri

        public String getLogoUri()
      • getPolicyUri

        public String getPolicyUri()
      • getContacts

        public String[] getContacts()
      • getGrantTypes

        public String[] getGrantTypes()
      • getTokenEndpointAuthMethod

        public String getTokenEndpointAuthMethod()
      • getTokenEndpointAuthSigningAlg

        public String getTokenEndpointAuthSigningAlg()
      • getScope

        public String getScope()
      • getJwksUri

        public String getJwksUri()
      • getJwks

        public Jwks getJwks()
      • toJson

        public String toJson()