Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LoginSalt = []byte("h132_login")
Functions ¶
func B64ToBytes ¶
func Zb64ToBytes ¶
Types ¶
type Credential ¶
type GetPRFSecretSession ¶
type GetPRFSecretSession struct { GetPRFSecretUrlStr string // contains filtered or unexported fields }
func StartGetPRFSecretSession ¶
func StartGetPRFSecretSession(cred *Credential, salt []byte, randr io.Reader) (*GetPRFSecretSession, error)
type WebAuthnRegistrationSession ¶
type WebAuthnRegistrationSession struct { RegistrationUrlStr string // contains filtered or unexported fields }
func StartRegistration ¶
func StartRegistration(reflectorUrlStr, userName string) (*WebAuthnRegistrationSession, error)
func (*WebAuthnRegistrationSession) Complete ¶
func (sess *WebAuthnRegistrationSession) Complete(zb64resp []byte) (*Credential, error)
Click to show internal directories.
Click to hide internal directories.