exchangeAccessToken method

  1. @protected
Future<SocialSignInResultInterface> exchangeAccessToken(
  1. String authorizationCode
)

To exchange an authorization code for an access token

Implementation

@protected
Future<SocialSignInResultInterface> exchangeAccessToken(
    String authorizationCode) async {
  throw UnimplementedError('exchangeAccessToken() has not been implemented.');
}