AtOnboardingConfig class
Constructors
- AtOnboardingConfig({required AtClientPreference atClientPreference, required RootEnvironment rootEnvironment, String? domain, String? appAPIKey, bool hideReferences = false, bool hideQrScan = false})
Properties
- appAPIKey → String?
-
API authentication key for getting free atsigns
final
- atClientPreference → AtClientPreference
-
The atClientPreference required to continue with the onboarding.
final
- domain → String?
-
Default the plugin connects to
root.atsign.org
to perform onboarding.final - hashCode → int
-
The hash code for this object.
no setterinherited
- hideQrScan → bool
-
hides the qr functionality if set to true
final
- hideReferences → bool
-
hides the references to webpages if set to true
final
- logger → AtSignLogger
-
final
- rootEnvironment → RootEnvironment
-
Setting up RootEnvironment to Staging will use the staging environment for onboarding.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited