public class JsonSecurityToken extends SecurityToken
| Constructor and Description |
|---|
JsonSecurityToken(String rawToken,
String audience)
Construct from a raw JWT.
|
public JsonSecurityToken(String rawToken, String audience) throws ParseException
rawToken - the JWT token dataaudience - audience of the tokenParseException - if the token cannot be parsedCopyright © 2019 Microsoft Corporation. All rights reserved.