TenantWebAuthnWorkflowConfiguration.fromJson constructor

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

Implementation

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