| Package | Description |
|---|---|
| net.leanix.dropkit.oauth |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceOwner
User representation on the side of resource providers.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticatedUser |
VerifyTokenResponse.getPrincipal() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<AuthenticatedUser> |
OAuth2Authenticator.authenticate(String accessToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
VerifyTokenResponse.setPrincipal(AuthenticatedUser principal) |
| Constructor and Description |
|---|
VerifyTokenResponse(String audience,
List<String> scopes,
AuthenticatedUser principal,
Long expiresIn) |
Copyright © 2015 LeanIX GmbH. All rights reserved.