Apache Shiro · Example Payload

Apache Shiro Token Response Example

AuthenticationAuthorizationCryptographyJavaSecurityApacheOpen Source

Apache Shiro Token Response Example is an example object payload from Apache Shiro, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

tokentokenTypeexpiresInprincipal

Example Payload

Raw ↑
{
  "token": "example",
  "tokenType": "example",
  "expiresIn": 1234,
  "principal": "example"
}