| Package | Description |
|---|---|
| com.sap.cloud.security.xsuaa.client | |
| com.sap.cloud.security.xsuaa.jwt |
| Class and Description |
|---|
| DecodedJwt
A Jwt token consists of three parts, separated by ".":
header.payload.signature
Use
Base64JwtDecoder.getInstance().decode(token) to get a
DecodedJwt instance. |
| Class and Description |
|---|
| Base64JwtDecoder |
| DecodedJwt
A Jwt token consists of three parts, separated by ".":
header.payload.signature
Use
Base64JwtDecoder.getInstance().decode(token) to get a
DecodedJwt instance. |
Copyright © 2022. All rights reserved.