public class OAuth2TokenParser extends Object
| Constructor and Description |
|---|
OAuth2TokenParser(OAuth2TokenConfig config) |
| Modifier and Type | Method and Description |
|---|---|
<U extends User> |
parse(String accessToken,
Class<U> userClass)
Parse a Jwt and return OAuth2Token
|
public OAuth2TokenParser(OAuth2TokenConfig config) throws ConfigException
ConfigExceptionpublic <U extends User> OAuth2Token<U> parse(String accessToken, Class<U> userClass)
accessToken - Copyright © 2020 LeanIX GmbH. All rights reserved.