| Interface | Description |
|---|---|
| SecurityTokenRepository<T extends SecurityToken> |
Implementations of this interface are responsible for the persistence
and association of an OAuth 2.0 / OpenID Connect 1.0
SecurityToken to a Client. |
| Class | Description |
|---|---|
| InMemoryAccessTokenRepository |