Package com.sap.cloud.security.xsuaa.jwt
-
Interface Summary Interface Description DecodedJwt A Jwt token consists of three parts, separated by ".": header.payload.signature UseBase64JwtDecoder.getInstance().decode(token)to get aDecodedJwtinstance. -
Class Summary Class Description Base64JwtDecoder