AWSDebuggable mixin
An object whose properties can be introspected and thus, printed safely to the console.
Developers should use safePrint where possible to avoid leaking sensitive information in release builds. However, this mixin provides an extra safeguard against accidental leakage by explicitly denoting debug-friendly toString behavior.
- Mixin applications
-
- AmplifyError
- AmplifyException
- AmplifyLogger
- AmplifyOutputs
- ApnsPlatformOptions
- AuthCodeDeliveryDetails
- AuthException
- AuthHubEvent
- AuthNextSignInStep
- AuthNextSignUpStep
- AuthProvider
- AuthUser
- AuthUserAttribute
- AuthUserAttributeKey
- AWSIamAmplifyAuthProvider
- ConfirmResetPasswordOptions
- ConfirmSignInOptions
- ConfirmSignUpOptions
- ConfirmUserAttributeOptions
- FcmPlatformOptions
- FetchAuthSessionOptions
- FetchUserAttributesOptions
- GetCurrentUserOptions
- GraphQLOperation
- PushNotificationMessage
- ResendSignUpCodeOptions
- ResendSignUpCodeResult
- ResetPasswordOptions
- ResetPasswordStep
- RestOperation
- SendUserAttributeVerificationCodeOptions
- SendUserAttributeVerificationCodeResult
- SignInOptions
- SignInResult
- SignInWithWebUIOptions
- SignOutOptions
- SignOutResult
- SignUpOptions
- SignUpResult
- StorageCopyOptions
- StorageCopyPluginOptions
- StorageDownloadDataOptions
- StorageDownloadDataPluginOptions
- StorageDownloadFileOptions
- StorageDownloadFilePluginOptions
- StorageException
- StorageGetPropertiesOptions
- StorageGetPropertiesPluginOptions
- StorageGetUrlOptions
- StorageGetUrlPluginOptions
- StorageListOptions
- StorageListPluginOptions
- StorageRemoveManyOptions
- StorageRemoveManyPluginOptions
- StorageRemoveOptions
- StorageRemovePluginOptions
- StorageUploadDataOptions
- StorageUploadDataPluginOptions
- StorageUploadFileOptions
- StorageUploadFilePluginOptions
- SubscriptionDetails
- SubscriptionHubEvent
- TotpSetupDetails
- TotpSetupOptions
- TotpSetupPluginOptions
- UpdatePasswordOptions
- UpdatePasswordResult
- UpdateUserAttributeOptions
- UpdateUserAttributeResult
- UpdateUserAttributesOptions
- UserMfaPreference
- VerifyTotpSetupOptions
- VerifyTotpSetupPluginOptions
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- runtimeTypeName → String
-
The string value of runtimeType, saving a runtime lookup and preventing
obfuscation during web compilation.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited