authorize method

Sends an authorization request.

Implementation

Future<AuthorizationResponse?> authorize(AuthorizationRequest request) {
  throw UnimplementedError('authorize() has not been implemented');
}