ClassQuiz

    {#if available_methods.includes('PASSKEY')}
    { selected_method = 'PASSKEY'; }} on:keyup={() => { selected_method = 'PASSKEY'; }} >

    Key

    Authenticate using a security key

    {/if} {#if available_methods.includes('PASSWORD')}
    { selected_method = 'PASSWORD'; }} on:keyup={() => { selected_method = 'PASSWORD'; }} >

    Password

    Authenticate using a Password

    {/if} {#if available_methods.includes('TOTP')}
    { selected_method = 'TOTP'; }} on:keyup={() => { selected_method = 'TOTP'; }} >

    Totp

    Authenticate using a one-time password

    {/if}