OAuthAuthenticator constructor

const OAuthAuthenticator({
  1. required String token,
})

Implementation

const OAuthAuthenticator({required this.token});