blob: bf49a5fdcf18d470d5b32b786c1d0dc5e06cb92e [file] [log] [blame]
<script>
const options = {
publicKey: {
challenge: new Uint8Array(16),
timeout: 1
}
};
navigator.credentials.get(options);
</script>