public class JsonTokenHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonTokenHelper.AudienceChecker
Checks the token is indeed for this RP.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ID_TOKEN_EMAIL |
static String |
ID_TOKEN_PROVIDER |
static String |
ID_TOKEN_USER_ID |
| Constructor and Description |
|---|
JsonTokenHelper(String audience,
RpcHelper rpcHelper,
String serverApiKey) |
public static final String ID_TOKEN_EMAIL
public static final String ID_TOKEN_USER_ID
public static final String ID_TOKEN_PROVIDER
public net.oauth.jsontoken.JsonToken verifyAndDeserialize(String token) throws SignatureException
SignatureExceptionCopyright © 2015. All rights reserved.