Skip to content

Commit c198459

Browse files
committed
Restore auth method's comments
1 parent 4bc863f commit c198459

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/core/Ros.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,17 @@ export default class Ros extends EventEmitter<
145145
}
146146
}
147147

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+
*/
148159
public authenticate(
149160
mac: string,
150161
client: string,

0 commit comments

Comments
 (0)