JWTAuthentication constructor
JWTAuthentication({})
Create JWTAuthentication with subscription id and getJWT function.
Implementation
JWTAuthentication({required this.subscriptionId, required this.getJWT})
: super(AiutaAuthenticationMode.jwt);