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.
2 parents 6562114 + 4ae7275 commit 7a4c0c6Copy full SHA for 7a4c0c6
1 file changed
lib/private/Log.php
@@ -69,6 +69,8 @@ class Log implements ILogger {
69
'loginWithPassword',
70
'updatePrivateKeyPassword',
71
'validateUserPass',
72
+ 'loginWithToken',
73
+ '\{closure\}',
74
75
// TokenProvider
76
'getToken',
@@ -96,6 +98,10 @@ class Log implements ILogger {
96
98
'bind',
97
99
'areCredentialsValid',
100
'invokeLDAPMethod',
101
+
102
+ // Encryption
103
+ 'storeKeyPair',
104
+ 'setupUser',
105
];
106
107
/**
0 commit comments