public final class RefreshTokenGrantHandler extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RefreshTokenGrantHandler.Binder
HK2 Binder for our injector context.
|
| Constructor and Description |
|---|
RefreshTokenGrantHandler(org.hibernate.Session session)
Create a new instance of this token handler.
|
| Modifier and Type | Method and Description |
|---|---|
TokenResponseEntity |
handle(Client client,
String scope,
String state,
BigInteger refreshId)
Handle a specific token type request.
|
@Inject public RefreshTokenGrantHandler(org.hibernate.Session session)
session - Injected hibernate session.public TokenResponseEntity handle(Client client, String scope, String state, BigInteger refreshId)
client - The client.scope - The requested scopes.state - The state.refreshId - ID of the refresh token.Copyright © 2018 krotscheck.net. All rights reserved.