class AuthSystem
AuthSystem()
suspend fun auth(): AuthInfo?
suspend fun auth(nodeId: NodeId?): AuthInfo?