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 4bc863f commit c198459Copy full SHA for c198459
src/core/Ros.ts
@@ -145,6 +145,17 @@ export default class Ros extends EventEmitter<
145
}
146
147
148
+ /**
149
+ * Send an authorization request to the server.
150
+ *
151
+ * @param mac - MAC (hash) string given by the trusted source.
152
+ * @param client - IP of the client.
153
+ * @param dest - IP of the destination.
154
+ * @param rand - Random string given by the trusted source.
155
+ * @param t - Time of the authorization request.
156
+ * @param level - User level as a string given by the client.
157
+ * @param end - End time of the client's session.
158
+ */
159
public authenticate(
160
mac: string,
161
client: string,
0 commit comments