| 179 | } |
| 180 | |
| 181 | const AuthOptions * |
| 182 | options() const |
| 183 | { |
| 184 | AuthOptions *opt; |
| 185 | |
| 186 | opt = static_cast<AuthOptions *>(TSUserArgGet(this->txn, AuthTaggedRequestArg)); |
| 187 | return opt ? opt : AuthGlobalOptions; |
| 188 | } |
| 189 | |
| 190 | static AuthRequestContext *allocate(); |
| 191 | static void destroy(AuthRequestContext *); |
no test coverage detected