We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af530e commit c461ea8Copy full SHA for c461ea8
neo4j/auth_tokens.go
@@ -33,9 +33,6 @@ const keyPrincipal = "principal"
33
const keyCredentials = "credentials"
34
const keyRealm = "realm"
35
36
-// Deprecated: will be removed in 5.0. Use keyCredentials instead.
37
-const keyTicket = keyCredentials
38
-
39
// NoAuth generates an empty authentication token
40
func NoAuth() AuthToken {
41
return AuthToken{tokens: map[string]interface{}{
0 commit comments