OauthLinkInfo constructor
OauthLinkInfo({
- required int userId,
- required String url,
- required String domain,
- required bool fromApp,
- required String verifiedAppName,
- required int botUserId,
- required bool requestWriteAccess,
- required bool requestPhoneNumberAccess,
- required String browser,
- required String platform,
- required String ipAddress,
- required String location,
- required bool matchCodeFirst,
- required List<
String> matchCodes,
Implementation
OauthLinkInfo({
required this.userId,
required this.url,
required this.domain,
required this.fromApp,
required this.verifiedAppName,
required this.botUserId,
required this.requestWriteAccess,
required this.requestPhoneNumberAccess,
required this.browser,
required this.platform,
required this.ipAddress,
required this.location,
required this.matchCodeFirst,
required this.matchCodes,
});