Class JWTTokenProvider

  • All Implemented Interfaces:
    AuthorizationProvider

    public class JWTTokenProvider
    extends Object
    implements AuthorizationProvider
    A authorization provider that gives valid JWT tokens. These tokens are then used to create a time-based token to authenticate as an application. This token provider does not provide any kind of caching, and will always request a new token to the API.