TenantWebAuthnConfiguration.fromJson constructor

TenantWebAuthnConfiguration.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory TenantWebAuthnConfiguration.fromJson(Map<String, dynamic> json) =>
    _$TenantWebAuthnConfigurationFromJson(json);