v1WalletKitSettingsParams class

Constructors

v1WalletKitSettingsParams({List<String>? enabledSocialProviders, Map<String, dynamic>? oauthClientIds, String? oauthRedirectUrl})
const
v1WalletKitSettingsParams.fromJson(Map<String, dynamic> json)
factory

Properties

enabledSocialProviders List<String>?
List of enabled social login providers (e.g., 'apple', 'google', 'facebook')
final
hashCode int
The hash code for this object.
no setterinherited
oauthClientIds Map<String, dynamic>?
Mapping of social login providers to their Oauth client IDs.
final
oauthRedirectUrl String?
Oauth redirect URL to be used for social login flows.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited