OauthAuthentication(String? userName, String? token) : super(userName, MailAuthentication._typeOauth) { this.token = token; }