Package | Description |
---|---|
com.google.api.client.json.webtoken | |
com.google.api.client.testing.json.webtoken |
Beta Testing utilities used for writing tests for JSON WebToken. |
Modifier and Type | Method and Description |
---|---|
static JsonWebSignature |
JsonWebSignature.parse(JsonFactory jsonFactory,
String tokenString)
Parses the given JWS token string and returns the parsed
JsonWebSignature . |
JsonWebSignature |
JsonWebSignature.Parser.parse(String tokenString)
Parses a JWS token into a parsed
JsonWebSignature . |
Modifier and Type | Method and Description |
---|---|
static JsonWebSignature |
TestCertificates.getJsonWebSignature() |
Copyright © 2011–2022 Google. All rights reserved.