authorize abstract method

Future<bool> authorize({
  1. required String jwt,
  2. required String refreshToken,
})

Authorizes the client with a JWT and refresh token.

Implementation

Future<bool> authorize({required String jwt, required String refreshToken});