Class KeycloakConfiguration.AccessToken

    • Field Detail

      • value

        protected final String value
      • expiresAt

        protected final Instant expiresAt
    • Constructor Detail

      • AccessToken

        public AccessToken​(String value,
                           Instant expiresAt)
    • Method Detail

      • getValue

        public String getValue()
      • getExpiresAt

        public Instant getExpiresAt()