public class AuthJWTToken extends Object
| Constructor and Description |
|---|
AuthJWTToken(String base64EncodedJWTStr) |
AuthJWTToken(String jwtToken,
com.google.gson.JsonObject jwtJson) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJwtAsBase64String() |
com.google.gson.JsonObject |
getJwtAsJsonNode() |
public AuthJWTToken(String base64EncodedJWTStr)
public AuthJWTToken(String jwtToken, com.google.gson.JsonObject jwtJson)
public com.google.gson.JsonObject getJwtAsJsonNode()
public String getJwtAsBase64String()
Copyright © 2020 SAP. All Rights Reserved.