menu
flutter_loui package
documentation
models/auth_config.dart
AuthConfig
AuthConfig.new constructor
AuthConfig.new constructor
dark_mode
light_mode
AuthConfig
constructor
AuthConfig
(
{
String
?
scope
,
String
?
username
,
String
?
password
,
String
?
grantType
,
})
Implementation
AuthConfig({ this.scope, this.username, this.password, this.grantType, });
flutter_loui package
documentation
models/auth_config
AuthConfig
AuthConfig.new constructor
AuthConfig class