struct SecureRemotePassword::Proof
- SecureRemotePassword::Proof
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
secure-remote-password/proof.crConstructors
- .new(client_A : String, arg_B : String, arg_b : String, username : String, salt : String, verifier : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #arg_B : String
- #arg_b : String
- #client_A : String
- #salt : String
- #username : String
- #verifier : String
Constructor Detail
def self.new(client_A : String, arg_B : String, arg_b : String, username : String, salt : String, verifier : String)
#