OAuthCredentials constructor

OAuthCredentials(
  1. String accessToken
)

Implementation

OAuthCredentials(this.accessToken);