1 write to Transports
Microsoft.AspNetCore.Identity (1)
IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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)
81Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse)obj).Transports, 138string[] __value_Transports = ((global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse)value).Transports;
PasskeyHandler.cs (1)
347transports: response.Transports,