LinkedInOAuth2Client constructor
Implementation
LinkedInOAuth2Client(
{required super.redirectUri, required super.customUriScheme})
: super(
authorizeUrl: 'https://www.linkedin.com/oauth/v2/authorization',
tokenUrl: 'https://www.linkedin.com/oauth/v2/accessToken',
credentialsLocation: CredentialsLocation.body,
);