authentication method

Convenience method for authorizing and then exchanges code

Implementation

Future<AuthorizationTokenResponse?> authentication(
    AuthorizationTokenRequest request) {
  return FlutterAppAuthPlatform.instance.authorizeAndExchangeCode(request);
}