1 write to Transports
Microsoft.AspNetCore.Identity (1)
IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse(){ AttestationObject = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0],
Transports
= (string[])args[1], ClientDataJSON = (global::Microsoft.AspNetCore.Identity.BufferSource)args[2] },
3 references to Transports
Microsoft.AspNetCore.Identity (3)
IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (2)
81
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse)obj).
Transports
,
138
string[] __value_Transports = ((global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse)value).
Transports
;
PasskeyHandler.cs (1)
347
transports: response.
Transports
,