ProxyTGetWalletKitConfigResponse constructor

const ProxyTGetWalletKitConfigResponse({
  1. required List<String> enabledProviders,
  2. required String sessionExpirationSeconds,
  3. required String organizationId,
  4. Map<String, dynamic>? oauthClientIds,
  5. String? oauthRedirectUrl,
  6. bool? otpAlphanumeric,
  7. String? otpLength,
})

Implementation

const ProxyTGetWalletKitConfigResponse({
  required this.enabledProviders,
  required this.sessionExpirationSeconds,
  required this.organizationId,
  this.oauthClientIds,
  this.oauthRedirectUrl,
  this.otpAlphanumeric,
  this.otpLength,
});