Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AuthMFAChallengeWebauthnResponse

Response type for WebAuthn MFA challenge. Contains credential creation or request options from the server.

type AuthMFAChallengeWebauthnResponse = RequestResult<Prettify<AuthMFAChallengeResponseBase<"webauthn"> & AuthMFAChallengeWebauthnResponseFields>>;

§Type

§
RequestResult<Prettify<AuthMFAChallengeResponseBase<"webauthn"> & AuthMFAChallengeWebauthnResponseFields>>
[src]