SRP v0.2.0 SRP.Identity View Source

A user identity is a struct formed by a username and a password. This identity is known only to the client. The server knowns only the SRP.IdentityVerifier.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %SRP.Identity{password: String.t(), username: String.t()}