From 7fc20365c355693d83445f86fdb74f2db3243437 Mon Sep 17 00:00:00 2001 From: Etienne Bruines Date: Mon, 25 Nov 2024 12:07:07 +0100 Subject: [PATCH] feat: support for new ACCESS auth type (#184) --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 2773723..1afbfe4 100644 --- a/types.go +++ b/types.go @@ -47,6 +47,7 @@ type Auth struct { Namespace string `json:"NS,omitempty"` Database string `json:"DB,omitempty"` Scope string `json:"SC,omitempty"` + Access string `json:"AC,omitempty"` Username string `json:"user,omitempty"` Password string `json:"pass,omitempty"` }