Versions in this module Expand all Collapse all v11 v11.3.3 Dec 13, 2022 Changes in this version + type Key struct + AllowResidentKey bool + Cert []byte + IgnoreAllowedCredentials bool + KeyHandle []byte + PreferRPID bool + PrivateKey *ecdsa.PrivateKey + SetUV bool + func Create() (*Key, error) + func CreateWithKeyHandle(keyHandle []byte) (*Key, error) + func (muk *Key) AuthenticateRaw(appHash, challengeHash []byte) ([]byte, error) + func (muk *Key) Counter() uint32 + func (muk *Key) RegisterRaw(appHash, challengeHash []byte) ([]byte, error) + func (muk *Key) SetCounter(counter uint32) + func (muk *Key) SetPasswordless() + func (muk *Key) SignAssertion(origin string, assertion *wanlib.CredentialAssertion) (*wanlib.CredentialAssertionResponse, error) + func (muk *Key) SignCredentialCreation(origin string, cc *wanlib.CredentialCreation) (*wanlib.CredentialCreationResponse, error) Other modules containing this package github.com/zmb3/teleport