Files
kopia/auth/auth_options.go
2017-08-01 17:47:28 +02:00

8 lines
229 B
Go

package auth
// SecurityOptions represents options related to authentication (e.g. key derivation)
type SecurityOptions struct {
UniqueID []byte `json:"uniqueID"`
KeyDerivationAlgorithm string `json:"keyAlgo"`
}