AuthConfig class
Constructors
-
AuthConfig({required String table, required String emailColumn, required String passwordColumn, String? nameColumn, String? providerColumn, String? providerIdColumn, String? googleClientId, String? googleClientSecret, String? githubClientId, String? githubClientSecret, String? facebookClientId, String? facebookClientSecret, String? appleClientId, String? appleTeamId, String? appleKeyId, String? applePrivateKey, required String redirectBase, String? jwtSecret, int jwtExpiryHours = 24, bool requireEmailVerification = false, int passwordMinLength = 6})
-
Methods
-
copyWith({String? table, String? emailColumn, String? passwordColumn, String? nameColumn, String? providerColumn, String? providerIdColumn, String? googleClientId, String? googleClientSecret, String? githubClientId, String? githubClientSecret, String? facebookClientId, String? facebookClientSecret, String? appleClientId, String? appleTeamId, String? appleKeyId, String? applePrivateKey, String? redirectBase, String? jwtSecret, int? jwtExpiryHours, bool? requireEmailVerification, int? passwordMinLength})
→ AuthConfig
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override
-
validate()
→ Map<String, dynamic>
-