Versions in this module Expand all Collapse all v0 v0.1.0 Jan 31, 2023 Changes in this version + func CompareArgon2Hash(key string, encodedHash string) (bool, error) + func DecodeArgon2Hash(key string) (uint32, uint32, uint8, []byte, []byte, error) + type Generator struct + Memory uint32 + Parallelism uint8 + Time uint32 + func NewGenerator(app *application.App) Generator + func (g *Generator) Generate() (string, string, error) + type Verifier struct + App *application.App + func NewVerifier(app *application.App) Verifier + func (v *Verifier) VerifyScim(ctx context.Context, authorizationHeader string) (bool, error)