AuthConfig constructor
AuthConfig({})
Implementation
AuthConfig({
required this.currentTemplatedId,
required this.tokenStr,
required this.iosSchemeCode,
required this.androidSchemeCode,
this.enableLog,
this.authUIConfig,
});