OauthAuthentication constructor
const
OauthAuthentication(
- String userName,
- OauthToken token
Creates a new authentication
Implementation
const OauthAuthentication(String userName, this.token)
: super(userName, Authentication.oauth2);