16 lines
351 B
C#
16 lines
351 B
C#
using CloudBuilder.Core.Authorization;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace CloudBuilder.Security.Data
|
|
{
|
|
[TypeScript]
|
|
public class BiometricRegistrationResultDto
|
|
{
|
|
public string CredentialIdBase64Url { get; set; } = string.Empty;
|
|
}
|
|
}
|