OAuth2MobileInfo constructor

OAuth2MobileInfo({
  1. required String pkgName,
  2. required String appSecret,
})

Implementation

OAuth2MobileInfo({required this.pkgName, required this.appSecret});