ProxyTGetWalletKitConfigResponse class

Constructors

ProxyTGetWalletKitConfigResponse({required List<String> enabledProviders, required String sessionExpirationSeconds, required String organizationId, Map<String, dynamic>? oauthClientIds, String? oauthRedirectUrl, bool? otpAlphanumeric, String? otpLength})
const
ProxyTGetWalletKitConfigResponse.fromJson(Map<String, dynamic> json)
factory

Properties

enabledProviders List<String>
List of enabled authentication providers (e.g., 'facebook', 'google', 'apple', 'email', 'sms', 'passkey', 'wallet')
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
organizationId String
The organization ID this configuration applies to
final
otpAlphanumeric bool?
final
otpLength String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionExpirationSeconds String
Session expiration duration in seconds
final

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