public interface JwtWriter
| Modifier and Type | Method and Description |
|---|---|
String |
jsonToJwt(String json) |
@Nonnull String jsonToJwt(@Nonnull String json) throws JwtSigningException
json - a JSON payload.JwtSigningException - if there was a problem signing the payloadCopyright © 2023 Atlassian. All rights reserved.