JWT
public struct JWT : Equatable
Represents a JSON Web Token object. Use this struct to get and verify JWT tokens. If the user authorizes
your app with the .openID permission, a signed ID token will be issued together with an access token.
The LINE SDK verifies JWT tokens for you.
View on GitHub
JWT Structure Reference