This should only be used if the client has not provided a secret but the caller knows that the client in fact is allowed to access the session or operation that they are accessing.
| 1359 | // knows that the client in fact is allowed to access the session or operation that |
| 1360 | // they are accessing. |
| 1361 | static SecretArg SkipSecretCheck() { |
| 1362 | return SecretArg(true, true, TUniqueId(), TUniqueId()); |
| 1363 | } |
| 1364 | |
| 1365 | /// Pass a session secret for validation. |
| 1366 | static SecretArg Session(const TUniqueId& secret) { |