Interface | Description |
---|---|
AuthorizationCodeServices |
Services for issuing and storing authorization codes.
|
Class | Description |
---|---|
AuthorizationCodeTokenGranter |
Token granter for the authorization code grant type.
|
InMemoryAuthorizationCodeServices |
Implementation of authorization code services that stores the codes and authentication in memory.
|
JdbcAuthorizationCodeServices |
Implementation of authorization code services that stores the codes and authentication in a database.
|
RandomValueAuthorizationCodeServices |
Base implementation for authorization code services that generates a random-value authorization code.
|
Copyright © 2019. All rights reserved.