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, int accessTokenExpiryMinutes = 60, bool enableRefreshTokens = false, int refreshTokenExpiryDays = 30, bool enableLoginThrottle = false, int loginMaxAttempts = 5, int loginLockMinutes = 15, 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, int? accessTokenExpiryMinutes, bool? enableRefreshTokens, int? refreshTokenExpiryDays, bool? enableLoginThrottle, int? loginMaxAttempts, int? loginLockMinutes, 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>
-