Authorizer authorizes requests handled by the interop server.
| 25 | |
| 26 | // Authorizer authorizes requests handled by the interop server. |
| 27 | type Authorizer struct{} |
| 28 | |
| 29 | // RequireAuthorized returns an error if the given context is not authorized as neither Network Server |
| 30 | // nor Application Server. |
nothing calls this directly
no outgoing calls
no test coverage detected