AiutaJwtAuth constructor
AiutaJwtAuth({})
Creates an AiutaJwtAuth with your subscriptionId
and getJwt
callback to get JWT for sensitive requests
in order to access Aiuta API.
Implementation
AiutaJwtAuth({required this.subscriptionId, required this.getJwt})
: super(AiutaAuthMode.jwt);