ScramResult

data class ScramResult(val clientProof: String, val expectedServerSignature: String)

Holds the results of a SCRAM signature computation.

Constructors

Link copied to clipboard
constructor(clientProof: String, expectedServerSignature: String)

Properties

Link copied to clipboard

The computed client proof (base64 encoded).

Link copied to clipboard

The expected server signature for verification (base64 encoded).